| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | settings: Allow audio sink, input, and output to be set per game | 2024-01-31 | 3 | -26/+110 | |
| | | |||||
| * | Merge pull request #12856 from liamwhite/serialization | 2024-01-30 | 1 | -12/+38 | |
| |\ | | | | | cmif_serialization: fix out layout calculation | ||||
| | * | cmif_serialization: fix out layout calculation | 2024-01-30 | 1 | -12/+38 | |
| | | | |||||
| * | | Merge pull request #12849 from LotP1/patch-1 | 2024-01-30 | 2 | -0/+3 | |
| |\ \ | | | | | | | Add support for the CONNREFUSED socket error | ||||
| | * | | Update sockets.h | 2024-01-30 | 1 | -1/+1 | |
| | | | | | | | | | | forgot to realign the enum | ||||
| | * | | Update src/core/hle/service/sockets/sockets.h | 2024-01-30 | 1 | -1/+1 | |
| | | | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> | ||||
| | * | | Update sockets_translate.cpp | 2024-01-30 | 1 | -2/+2 | |
| | | | | | | | | | | Align the error case with it's index in the Errno enum | ||||
| | * | | Update sockets.h | 2024-01-30 | 1 | -0/+1 | |
| | | | | | | | | | | Add the CONNREFUSED error to the Service::Sockets::Errno enum | ||||
| | * | | Update sockets_translate.cpp | 2024-01-30 | 1 | -0/+2 | |
| | |/ | | | | | | | Add support for the CONNREFUSED Errno. Without this Connect() will return SUCCESS when a connection is refused, instead of an error code. This causes code, that relies on the result of Connect() being SUCCESS, to execute when it shouldn't. | ||||
| * | | Merge pull request #12847 from abouvier/cmake-oaknut | 2024-01-30 | 2 | -2/+7 | |
| |\ \ | |/ |/| | cmake: prefer system oaknut library | ||||
| | * | cmake: prefer system oaknut library | 2024-01-30 | 2 | -2/+7 | |
| |/ | |||||
| * | Merge pull request #12846 from german77/mii_const | 2024-01-29 | 1 | -7/+8 | |
| |\ | | | | | service: mii: Set arguments as const | ||||
| | * | service: mii: Set arguments as const | 2024-01-29 | 1 | -7/+8 | |
| | | | |||||
| * | | Merge pull request #12830 from merryhime/dynamic-dual_code_block | 2024-01-29 | 2 | -0/+0 | |
| |\ \ | |/ |/| | externals/dynarmic: Update to 6.6.1 | ||||
| | * | externals/dynarmic: Update to 6.6.1 | 2024-01-28 | 1 | -0/+0 | |
| | | | |||||
| | * | externals/oaknut: Update to 2.0.1 | 2024-01-28 | 1 | -0/+0 | |
| | | | |||||
| * | | Merge pull request #12843 from t895/system-driver-whoops | 2024-01-29 | 1 | -5/+2 | |
| |\ \ | | | | | | | android: Don't show delete button for system driver | ||||
| | * | | android: Don't show delete button for system driver | 2024-01-29 | 1 | -5/+2 | |
| | | | | |||||
| * | | | Merge pull request #12837 from german77/cat | 2024-01-29 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | service: am: Focus state changed goes last | ||||
| | * | | | service: am: Focus state changed goes last | 2024-01-28 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | Merge pull request #12836 from german77/im_home | 2024-01-29 | 11 | -37/+104 | |
| |\ \ \ \ | | | | | | | | | | | service: hid: Implement home, capture and sleep buttons | ||||
| | * | | | | service: hid: Implement home, capture and sleep buttons | 2024-01-28 | 11 | -37/+104 | |
| | |/ / / | |||||
| * | | | | Merge pull request #12814 from Kelebek1/time_new_ipc | 2024-01-29 | 42 | -2064/+1229 | |
| |\ \ \ \ | | | | | | | | | | | Move time services to new IPC and add debug printing | ||||
| | * | | | | Move time services to new IPC. | 2024-01-27 | 42 | -2064/+1229 | |
| | | | | | | | | | | | | | | | | | | | | | Add some fixes/improvements to usage with the new IPC | ||||
| * | | | | | Merge pull request #12439 from FireBurn/vkresult | 2024-01-29 | 9 | -110/+29 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Simplify VkResult lookup | ||||
| | * | | | | Simplify VkResult lookup | 2024-01-22 | 4 | -109/+14 | |
| | | | | | | |||||
| | * | | | | Add Vulkan-Utility-Libraries dependency | 2024-01-22 | 5 | -1/+15 | |
| | | | | | | |||||
| * | | | | | Merge pull request #12840 from amazingfate/fix-gcc11 | 2024-01-29 | 1 | -1/+1 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | fix build for gcc 11 | ||||
| | * | | | | fix build for gcc 11 | 2024-01-29 | 1 | -1/+1 | |
| |/ / / / | |||||
| * | | | | Merge pull request #12555 from flodavid/fix-gamemode-setting | 2024-01-28 | 16 | -0/+229 | |
| |\ \ \ \ | | | | | | | | | | | Save gamemode configuration and add per-game config | ||||
| | * | | | | yuzu: Add per-game linux gamemode configuration | 2024-01-02 | 14 | -0/+197 | |
| | | | | | | |||||
| | * | | | | fix linux config values not saved | 2024-01-02 | 2 | -0/+32 | |
| | | | | | | |||||
| * | | | | | Merge pull request #12821 from merryhime/atomic_ops | 2024-01-28 | 2 | -52/+33 | |
| |\ \ \ \ \ | | | | | | | | | | | | | atomic_ops: Reduce code duplication with templates | ||||
| | * | | | | | atomic_ops: Fix MSVC | 2024-01-27 | 1 | -15/+19 | |
| | | | | | | | |||||
| | * | | | | | atomic_ops: Remove volatile qualifier | 2024-01-27 | 2 | -25/+21 | |
| | | | | | | | |||||
| | * | | | | | atomic_ops: Reduce code duplication with templates | 2024-01-27 | 1 | -45/+26 | |
| | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes builds on unusual toolchains where: - u32 is unsigned int - u64 is unsigned long long - uintptr_t is unsigned long | ||||
| * | | | | | Merge pull request #12831 from Kelebek1/audren_multi | 2024-01-28 | 10 | -21/+56 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Use the input process handle to get the correct application's memory | ||||
| | * | | | | | Use the input process handle to get the correct application's memory | 2024-01-28 | 10 | -21/+56 | |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #12833 from merryhime/vsync-crash | 2024-01-28 | 1 | -0/+5 | |
| |\ \ \ \ \ | | | | | | | | | | | | | configure_graphics: Avoid crash when vsync_mode_combobox is empty | ||||
| | * | | | | | configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs ↵ | 2024-01-28 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | when renderer backend is Null) | ||||
| * | | | | | | Merge pull request #12826 from t895/system-driver-version | 2024-01-28 | 4 | -2/+46 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | android: Show system driver information | ||||
| | * | | | | | | android: Show system driver information | 2024-01-27 | 4 | -2/+46 | |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #12825 from liamwhite/why | 2024-01-28 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | kernel: clear pinned waiter list on unpin | ||||
| | * | | | | | | kernel: clear pinned waiter list on unpin | 2024-01-27 | 1 | -1/+2 | |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #12823 from german77/set-audio | 2024-01-28 | 9 | -61/+353 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | service: set: Implement more Qlaunch Settings | ||||
| | * | | | | | | | service: set: Increase settings version | 2024-01-28 | 1 | -2/+2 | |
| | | | | | | | | | |||||
| | * | | | | | | | service: set: Implement more Qlaunch Settings | 2024-01-28 | 9 | -59/+351 | |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #12802 from german77/mii_interface | 2024-01-28 | 4 | -412/+171 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | service: mii: Migrate service to new interface | ||||
| | * | | | | | | | service: mii: Migrate service to new interface | 2024-01-26 | 4 | -412/+171 | |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #12827 from t895/focus-color | 2024-01-28 | 1 | -1/+3 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | android: Disable focus on loading card | ||||