| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #9389 from lioncash/emumove | 2022-12-06 | 4 | -16/+14 | |
| |\ | | | | | emulated_console/emulated_controller: std::move ParamPackage instances where applicable | ||||
| | * | emulated_controller: Remove unused parameter in GetMappedDevices() | 2022-12-05 | 3 | -5/+3 | |
| | | | | | | | | | | | This isn't used, so it can be removed to make the function a little nicer. | ||||
| | * | emulated_controller: Use std::move() in GetMappedDevices() | 2022-12-05 | 1 | -6/+6 | |
| | | | | | | | | | Avoids churning allocations in a loop. | ||||
| | * | emulated_console: Amend cast in SetTouch() | 2022-12-05 | 1 | -1/+1 | |
| | | | | | | | | | id is an int value, not a u32. | ||||
| | * | emulated_console: std::move() ParamPackages and callbacks where applicable | 2022-12-05 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge pull request #9386 from lioncash/init | 2022-12-06 | 6 | -27/+25 | |
| |\ \ | | | | | | | kernel: Ensure relevant class members are always initialized on construction | ||||
| | * | | kernel/k_shared_memory: Ensure device_memory is always initialized | 2022-12-05 | 1 | -1/+1 | |
| | | | | |||||
| | * | | kernel/k_memory_block: Ensure members are always initialized | 2022-12-05 | 2 | -22/+20 | |
| | | | | |||||
| | * | | kernel/physical_core: Ensure is_interrupted is always initialized | 2022-12-05 | 1 | -1/+1 | |
| | | | | |||||
| | * | | kernel/thread: Ensure stack_top and argument are always initialized | 2022-12-05 | 1 | -2/+2 | |
| | | | | |||||
| | * | | kernel/kernel: Ensure shutdown threads are always initialized | 2022-12-05 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Merge pull request #9391 from abouvier/cmake-sdl | 2022-12-06 | 4 | -22/+4 | |
| |\ \ \ | | | | | | | | | cmake: use sdl2 imported target | ||||
| | * | | | cmake: use sdl2 imported target | 2022-12-06 | 4 | -22/+4 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #9387 from abouvier/cmake-libusb | 2022-12-06 | 1 | -3/+1 | |
| |\ \ \ | | | | | | | | | cmake: prefer system libusb | ||||
| | * | | | cmake: prefer system libusb | 2022-12-06 | 1 | -3/+1 | |
| | | | | | |||||
| * | | | | configure_graphics: Make SPIRV backend string translatable | 2022-12-06 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | The parenthetical needs to be translatable, like with GLASM | ||||
| * | | | Merge pull request #9369 from german77/mifare | 2022-12-05 | 11 | -52/+629 | |
| |\ \ \ | | | | | | | | | service: nfc: Implement mifare service | ||||
| | * | | | input_common: Allow mifare files | 2022-12-04 | 2 | -16/+29 | |
| | | | | | |||||
| | * | | | service: nfc: Implement mifare service | 2022-12-01 | 9 | -36/+600 | |
| | | | | | |||||
| * | | | | Merge pull request #9360 from Kelebek1/R-E-S-P-E-C-T | 2022-12-05 | 1 | -29/+39 | |
| |\ \ \ \ | |_|/ / |/| | | | Respect render mode override | ||||
| | * | | | Respect render mode override | 2022-11-30 | 1 | -29/+39 | |
| | | | | | |||||
| * | | | | Merge pull request #6833 from abouvier/unbundle | 2022-12-05 | 9 | -27/+16 | |
| |\ \ \ \ | |_|_|/ |/| | | | cmake: prefer system libraries | ||||
| | * | | | cmake: prefer system libraries | 2022-12-04 | 9 | -27/+16 | |
| | | | | | |||||
| * | | | | Vulkan: Implement Alpha coverage | 2022-12-05 | 3 | -2/+6 | |
| | | | | | |||||
| * | | | | Merge pull request #9381 from liamwhite/uninit | 2022-12-04 | 1 | -7/+7 | |
| |\ \ \ \ | | | | | | | | | | | service_thread: fix uninitialized memory usage | ||||
| | * | | | | service_thread: fix uninitialized memory usage | 2022-12-04 | 1 | -7/+7 | |
| | | | | | | |||||
| * | | | | | Merge pull request #9232 from bunnei/audio-default-thread | 2022-12-04 | 3 | -18/+12 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | hle: service: audio: Use default service thread. | ||||
| | * | | | | hle: service: audio: Use default service thread. | 2022-11-11 | 3 | -18/+12 | |
| | | | | | | | | | | | | | | | | | | | | | - This was arbitrarily added by me, and does not appear to be helpful. | ||||
| * | | | | | Merge pull request #9273 from ameerj/per-game-profile | 2022-12-04 | 13 | -27/+587 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Configuration: Add per-game input profiles | ||||
| | * | | | | | configure_input_player: Fix profile saving when using handheld controller type | 2022-11-28 | 1 | -1/+7 | |
| | | | | | | | |||||
| | * | | | | | config: Custom profile detection fixes | 2022-11-28 | 6 | -64/+108 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also only reads/writes applicable configs for the custom profiles. | ||||
| | * | | | | | configure_input_per_game: Allow configuring all 8 players | 2022-11-28 | 3 | -54/+113 | |
| | | | | | | | |||||
| | * | | | | | Configuration: Add per-game input profiles | 2022-11-20 | 11 | -14/+465 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #9372 from liamwhite/vk12 | 2022-12-04 | 17 | -165/+209 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | vulkan_common: promote extension usages to core when possible | ||||
| | * | | | | | | vulkan_common: add feature test for shaderDrawParameters | 2022-12-04 | 1 | -1/+13 | |
| | | | | | | | | |||||
| | * | | | | | | vulkan_common: clean up extension usage | 2022-12-04 | 12 | -102/+105 | |
| | | | | | | | | |||||
| | * | | | | | | vulkan_common: correct usage of timeline semaphore fallbacks | 2022-12-04 | 1 | -2/+1 | |
| | | | | | | | | |||||
| | * | | | | | | vulkan_common: ensure all mandatory features are tested in feature report | 2022-12-04 | 1 | -1/+24 | |
| | | | | | | | | |||||
| | * | | | | | | vulkan_common: unsuffix 16-bit storage feature test structure | 2022-12-04 | 1 | -2/+2 | |
| | | | | | | | | |||||
| | * | | | | | | vulkan_common: unsuffix timeline semaphore feature test structure | 2022-12-04 | 1 | -2/+2 | |
| | | | | | | | | |||||
| | * | | | | | | vulkan_common: add logicOp to feature report | 2022-12-04 | 1 | -1/+2 | |
| | | | | | | | | |||||
| | * | | | | | | vulkan_common: promote host query reset usage to core | 2022-12-04 | 4 | -11/+12 | |
| | | | | | | | | |||||
| | * | | | | | | vulkan_common: promote descriptor update template usage to core | 2022-12-04 | 8 | -37/+36 | |
| | | | | | | | | |||||
| | * | | | | | | vulkan_common: promote timeline semaphore usage to core | 2022-12-04 | 3 | -9/+15 | |
| | | |_|/ / / | |/| | | | | |||||
| * / | | | | | yuzu-cmd: link SDL2 correctly | 2022-12-04 | 1 | -1/+1 | |
| |/ / / / / | |||||
| * | | | | | Merge pull request #9374 from liamwhite/externals | 2022-12-04 | 5 | -21/+23 | |
| |\ \ \ \ \ | | | | | | | | | | | | | externals: update dynarmic, SDL2 | ||||
| | * | | | | | externals: update dynarmic, SDL2 | 2022-12-04 | 5 | -21/+23 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #9344 from liamwhite/null | 2022-12-03 | 20 | -28/+383 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | video_core: add null backend | ||||
| | * | | | | | video_core: add null backend | 2022-11-28 | 20 | -28/+383 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #9300 from ameerj/pch | 2022-12-03 | 28 | -4/+157 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | CMake: Use precompiled headers to improve compile times | ||||