summaryrefslogtreecommitdiff
path: root/src (follow)
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
| |
* | 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.
* service: mii: Set arguments as constGravatar Narr the Reg2024-01-291-7/+8
|
* 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-2940-2060/+1225
|\ \ \ | | | | | | | | Move time services to new IPC and add debug printing
| * | | Move time services to new IPC.Gravatar Kelebek12024-01-2740-2060/+1225
| | | | | | | | | | | | | | | | Add some fixes/improvements to usage with the new IPC
* | | | Merge pull request #12439 from FireBurn/vkresultGravatar liamwhite2024-01-295-110/+15
|\ \ \ \ | |_|_|/ |/| | | Simplify VkResult lookup
| * | | Simplify VkResult lookupGravatar Mike Lothian2024-01-224-109/+14
| | | |
| * | | Add Vulkan-Utility-Libraries dependencyGravatar Mike Lothian2024-01-221-1/+1
| | | |
* | | | 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
| | | | | | | |
* | | | | | | | android: Disable focus on loading cardGravatar t8952024-01-281-1/+3
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Additionally de-emphasize the ripple that I can't disable
* | | | | | | android: Multi-program app switchingGravatar t8952024-01-278-34/+117
| |/ / / / / |/| | | | |
* | | | | | input: add a missing null pointer checkGravatar K9002024-01-271-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 emulationGravatar t8952024-01-261-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-momentGravatar liamwhite2024-01-261-0/+9
|\ \ \ \ \ | | | | | | | | | | | | vfs: Fix getting URI filename
| * | | | | vfs: Fix getting URI filenameGravatar t8952024-01-261-0/+9
| | | | | |
* | | | | | Merge pull request #12769 from german77/no-logGravatar liamwhite2024-01-263-4/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | | core: hid: Reduce controller requests
| * | | | | core: hid: Skip duplicated vibrationsGravatar Narr the Reg2024-01-233-3/+21
| | | | | |
| * | | | | core: hid: Only set polling mode if neededGravatar Narr the Reg2024-01-231-1/+5
| | | | | |