summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* settings: Allow audio sink, input, and output to be set per gameGravatar t8952024-01-313-26/+110
|
* Merge pull request #12856 from liamwhite/serializationGravatar liamwhite2024-01-301-12/+38
|\ | | | | cmif_serialization: fix out layout calculation
| * cmif_serialization: fix out layout calculationGravatar Liam2024-01-301-12/+38
| |
* | Merge pull request #12849 from LotP1/patch-1Gravatar liamwhite2024-01-302-0/+3
|\ \ | | | | | | Add support for the CONNREFUSED socket error
| * | Update sockets.hGravatar LotP12024-01-301-1/+1
| | | | | | | | | forgot to realign the enum
| * | Update src/core/hle/service/sockets/sockets.hGravatar LotP12024-01-301-1/+1
| | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
| * | Update sockets_translate.cppGravatar LotP12024-01-301-2/+2
| | | | | | | | | Align the error case with it's index in the Errno enum
| * | Update sockets.hGravatar LotP12024-01-301-0/+1
| | | | | | | | | Add the CONNREFUSED error to the Service::Sockets::Errno enum
| * | Update sockets_translate.cppGravatar LotP12024-01-301-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-oaknutGravatar liamwhite2024-01-302-2/+7
|\ \ | |/ |/| cmake: prefer system oaknut library
| * cmake: prefer system oaknut libraryGravatar Alexandre Bouvier2024-01-302-2/+7
|/
* Merge pull request #12846 from german77/mii_constGravatar liamwhite2024-01-291-7/+8
|\ | | | | service: mii: Set arguments as const
| * service: mii: Set arguments as constGravatar Narr the Reg2024-01-291-7/+8
| |
* | Merge pull request #12830 from merryhime/dynamic-dual_code_blockGravatar liamwhite2024-01-292-0/+0
|\ \ | |/ |/| externals/dynarmic: Update to 6.6.1
| * externals/dynarmic: Update to 6.6.1Gravatar Merry2024-01-281-0/+0
| |
| * externals/oaknut: Update to 2.0.1Gravatar Merry2024-01-281-0/+0
| |
* | Merge pull request #12843 from t895/system-driver-whoopsGravatar liamwhite2024-01-291-5/+2
|\ \ | | | | | | android: Don't show delete button for system driver
| * | android: Don't show delete button for system driverGravatar t8952024-01-291-5/+2
| | |
* | | Merge pull request #12837 from german77/catGravatar liamwhite2024-01-291-1/+1
|\ \ \ | | | | | | | | service: am: Focus state changed goes last
| * | | service: am: Focus state changed goes lastGravatar german772024-01-281-1/+1
| | | |
* | | | Merge pull request #12836 from german77/im_homeGravatar liamwhite2024-01-2911-37/+104
|\ \ \ \ | | | | | | | | | | service: hid: Implement home, capture and sleep buttons
| * | | | service: hid: Implement home, capture and sleep buttonsGravatar german772024-01-2811-37/+104
| |/ / /
* | | | Merge pull request #12814 from Kelebek1/time_new_ipcGravatar liamwhite2024-01-2942-2064/+1229
|\ \ \ \ | | | | | | | | | | Move time services to new IPC and add debug printing
| * | | | Move time services to new IPC.Gravatar Kelebek12024-01-2742-2064/+1229
| | | | | | | | | | | | | | | | | | | | Add some fixes/improvements to usage with the new IPC
* | | | | Merge pull request #12439 from FireBurn/vkresultGravatar liamwhite2024-01-299-110/+29
|\ \ \ \ \ | |_|_|/ / |/| | | | Simplify VkResult lookup
| * | | | Simplify VkResult lookupGravatar Mike Lothian2024-01-224-109/+14
| | | | |
| * | | | Add Vulkan-Utility-Libraries dependencyGravatar Mike Lothian2024-01-225-1/+15
| | | | |
* | | | | Merge pull request #12840 from amazingfate/fix-gcc11Gravatar Narr the Reg2024-01-291-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | fix build for gcc 11
| * | | | fix build for gcc 11Gravatar amazingfate2024-01-291-1/+1
|/ / / /
* | | | Merge pull request #12555 from flodavid/fix-gamemode-settingGravatar liamwhite2024-01-2816-0/+229
|\ \ \ \ | | | | | | | | | | Save gamemode configuration and add per-game config
| * | | | yuzu: Add per-game linux gamemode configurationGravatar flodavid2024-01-0214-0/+197
| | | | |
| * | | | fix linux config values not savedGravatar flodavid2024-01-022-0/+32
| | | | |
* | | | | Merge pull request #12821 from merryhime/atomic_opsGravatar liamwhite2024-01-282-52/+33
|\ \ \ \ \ | | | | | | | | | | | | atomic_ops: Reduce code duplication with templates
| * | | | | atomic_ops: Fix MSVCGravatar Merry2024-01-271-15/+19
| | | | | |
| * | | | | atomic_ops: Remove volatile qualifierGravatar Merry2024-01-272-25/+21
| | | | | |
| * | | | | atomic_ops: Reduce code duplication with templatesGravatar Merry2024-01-271-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_multiGravatar liamwhite2024-01-2810-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 memoryGravatar Kelebek12024-01-2810-21/+56
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12833 from merryhime/vsync-crashGravatar liamwhite2024-01-281-0/+5
|\ \ \ \ \ | | | | | | | | | | | | configure_graphics: Avoid crash when vsync_mode_combobox is empty
| * | | | | configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs ↵Gravatar Merry2024-01-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | when renderer backend is Null)
* | | | | | Merge pull request #12826 from t895/system-driver-versionGravatar liamwhite2024-01-284-2/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | android: Show system driver information
| * | | | | | android: Show system driver informationGravatar t8952024-01-274-2/+46
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #12825 from liamwhite/whyGravatar liamwhite2024-01-281-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | kernel: clear pinned waiter list on unpin
| * | | | | | kernel: clear pinned waiter list on unpinGravatar Liam2024-01-271-1/+2
| | | | | | |
* | | | | | | Merge pull request #12823 from german77/set-audioGravatar liamwhite2024-01-289-61/+353
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | service: set: Implement more Qlaunch Settings
| * | | | | | | service: set: Increase settings versionGravatar german772024-01-281-2/+2
| | | | | | | |
| * | | | | | | service: set: Implement more Qlaunch SettingsGravatar german772024-01-289-59/+351
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #12802 from german77/mii_interfaceGravatar liamwhite2024-01-284-412/+171
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | service: mii: Migrate service to new interface
| * | | | | | | service: mii: Migrate service to new interfaceGravatar Narr the Reg2024-01-264-412/+171
| | | | | | | |
* | | | | | | | Merge pull request #12827 from t895/focus-colorGravatar Charles Lombardo2024-01-281-1/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | android: Disable focus on loading card