| 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 | |
| | | | |||||
| * | | 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. | ||||
| * | service: mii: Set arguments as const | 2024-01-29 | 1 | -7/+8 | |
| | | |||||
| * | 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 | 40 | -2060/+1225 | |
| |\ \ \ | | | | | | | | | Move time services to new IPC and add debug printing | ||||
| | * | | | Move time services to new IPC. | 2024-01-27 | 40 | -2060/+1225 | |
| | | | | | | | | | | | | | | | | | Add some fixes/improvements to usage with the new IPC | ||||
| * | | | | Merge pull request #12439 from FireBurn/vkresult | 2024-01-29 | 5 | -110/+15 | |
| |\ \ \ \ | |_|_|/ |/| | | | Simplify VkResult lookup | ||||
| | * | | | Simplify VkResult lookup | 2024-01-22 | 4 | -109/+14 | |
| | | | | | |||||
| | * | | | Add Vulkan-Utility-Libraries dependency | 2024-01-22 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | 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 | |
| | | | | | | | | | |||||
| * | | | | | | | | android: Disable focus on loading card | 2024-01-28 | 1 | -1/+3 | |
| | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | Additionally de-emphasize the ripple that I can't disable | ||||
| * | | | | | | | android: Multi-program app switching | 2024-01-27 | 8 | -34/+117 | |
| | |/ / / / / |/| | | | | | |||||
| * | | | | | | input: add a missing null pointer check | 2024-01-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's a few other places where the result of GetAruidData is accessed without a null check, but I couldn't find a code path that hits those. | ||||
| * | | | | | | android: Reload global settings on closing emulation | 2024-01-26 | 1 | -0/+1 | |
| | |_|/ / / |/| | | | | | | | | | | | | | | UI like the driver manager expects the global settings to be loaded when in the MainActivity so we reload global config to properly reset state on exit. | ||||
| * | | | | | Merge pull request #12808 from t895/uri-moment | 2024-01-26 | 1 | -0/+9 | |
| |\ \ \ \ \ | | | | | | | | | | | | | vfs: Fix getting URI filename | ||||
| | * | | | | | vfs: Fix getting URI filename | 2024-01-26 | 1 | -0/+9 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #12769 from german77/no-log | 2024-01-26 | 3 | -4/+26 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | core: hid: Reduce controller requests | ||||
| | * | | | | | core: hid: Skip duplicated vibrations | 2024-01-23 | 3 | -3/+21 | |
| | | | | | | | |||||
| | * | | | | | core: hid: Only set polling mode if needed | 2024-01-23 | 1 | -1/+5 | |
| | | | | | | | |||||