| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | nifm: use operator*() instead of .value() to get value of std::optional | 2021-08-13 | 1 | -2/+2 | ||
| | * | | | | | | | nifm: treat a missing host IP address as a non-critical error | 2021-08-13 | 1 | -2/+2 | ||
| | * | | | | | | | Merge branch 'yuzu-emu:master' into fix-lan-play | 2021-08-12 | 44 | -1467/+1182 | ||
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | network: correct formatting in network.cpp and network_interface.cpp | 2021-08-12 | 2 | -8/+6 | ||
| | * | | | | | | | | configuration: add option to select network interface | 2021-08-12 | 15 | -90/+278 | ||
| | * | | | | | | | | Merge branch 'yuzu-emu:master' into fix-lan-play | 2021-08-07 | 5 | -205/+52 | ||
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | network: GetAndLogLastError: ignore Errno::AGAIN | 2021-08-07 | 1 | -1/+5 | ||
| | * | | | | | | | | | network: GetCurrentIpConfigInfo: return host IP address | 2021-08-07 | 1 | -1/+4 | ||
| | * | | | | | | | | | network: fix fcntl cmds | 2021-08-06 | 1 | -2/+2 | ||
| * | | | | | | | | | | Merge pull request #6861 from yzct12345/const-mempy-is-all-the-speed | 2021-08-15 | 1 | -57/+116 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | decoders: Templates allow memcpy optimizations | 2021-08-12 | 1 | -57/+116 | ||
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | threadsafe_queue: Fix deadlock | 2021-08-13 | 1 | -6/+4 | ||
| | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #6862 from german77/badsdl | 2021-08-12 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | input_common: Disable sdl raw input mode | 2021-08-12 | 1 | -0/+3 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #6838 from ameerj/sws-align | 2021-08-12 | 1 | -3/+2 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | vic: Specify sws_scale height stride. | 2021-08-09 | 1 | -3/+2 | ||
| * | | | | | | | settings: Fix MSVC issues | 2021-08-11 | 1 | -7/+22 | ||
| * | | | | | | | Merge pull request #6776 from lat9nq/ranged-settings | 2021-08-10 | 1 | -26/+136 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | settings: Use std::clamp where possible | 2021-07-31 | 1 | -39/+9 | ||
| | * | | | | | | | settings: Remove unnecessary std::move usages | 2021-07-30 | 1 | -12/+12 | ||
| | * | | | | | | | settings: Fix function virtualization | 2021-07-30 | 1 | -12/+18 | ||
| | * | | | | | | | settings: Implement setting ranges | 2021-07-30 | 1 | -18/+152 | ||
| * | | | | | | | | Merge pull request #6820 from yzct12345/split-cache | 2021-08-10 | 13 | -427/+420 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | texture_cache: Address ameerj's review | 2021-08-08 | 3 | -7/+4 | ||
| | * | | | | | | | | texture_cache: Address ameerj's review | 2021-08-07 | 4 | -10/+5 | ||
| | * | | | | | | | | texture_cache: Don't change copyright year | 2021-08-05 | 4 | -4/+4 | ||
| | * | | | | | | | | texture_cache: Address ameerj's review | 2021-08-05 | 12 | -1821/+1821 | ||
| | * | | | | | | | | texture_cache: Split templates out | 2021-08-05 | 7 | -1532/+1533 | ||
| * | | | | | | | | | Merge pull request #6837 from german77/no-pause-screenshot | 2021-08-09 | 1 | -5/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | main: Avoid stopping emulation when taking a screenshot | 2021-08-07 | 1 | -5/+2 | ||
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6823 from yzct12345/memory-cleanup | 2021-08-09 | 2 | -491/+163 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | memory: Address lioncash's review | 2021-08-07 | 1 | -52/+6 | ||
| | * | | | | | | | | | memory: Dedup Read and Write and fix logging bugs | 2021-08-07 | 1 | -129/+115 | ||
| | * | | | | | | | | | memory: Clean up CopyBlock too | 2021-08-05 | 1 | -36/+15 | ||
| | * | | | | | | | | | memory: Address lioncash's review | 2021-08-05 | 2 | -7/+8 | ||
| | * | | | | | | | | | memory: Clean up code | 2021-08-05 | 2 | -329/+81 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6839 from ameerj/frame-cap-positon | 2021-08-09 | 1 | -30/+30 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | configure_general: Swap positions of speed limit and frame limit options | 2021-08-08 | 1 | -30/+30 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6844 from ameerj/vp9-empty-frame | 2021-08-08 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vp9: Ensure the first frame is complete | 2021-08-08 | 2 | -3/+3 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | yuzu-cmd/CMakeLists: Correct attribution for this function. | 2021-08-08 | 2 | -0/+2 | ||
| * | | | | | | | | | Merge pull request #6834 from K0bin/buffer-image-granularity | 2021-08-08 | 2 | -2/+8 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vulkan_memory_allocator: Respect bufferImageGranularity | 2021-08-07 | 2 | -2/+8 | ||
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6698 from german77/SDL_QoL | 2021-08-08 | 4 | -33/+76 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | input_common: Improve SDL joystick and hide toggle option | 2021-08-07 | 4 | -33/+76 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6817 from gidoly/patch-1 | 2021-08-08 | 1 | -2/+5 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Update configure_graphics_advanced.ui | 2021-08-06 | 1 | -2/+5 | ||
| * | | | | | | | | | Merge pull request #6827 from Morph1984/uuid-hash | 2021-08-07 | 1 | -0/+11 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | common: uuid: Add hash function for UUID | 2021-08-06 | 1 | -0/+11 | ||
| * | | | | | | | | | Merge pull request #6830 from ameerj/nvdec-unimpld-codec | 2021-08-07 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||