summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-31settings: Allow audio sink, input, and output to be set per gamet895
2024-01-30Merge pull request #12856 from liamwhite/serializationliamwhite
cmif_serialization: fix out layout calculation
2024-01-30Merge pull request #12849 from LotP1/patch-1liamwhite
Add support for the CONNREFUSED socket error
2024-01-30Merge pull request #12847 from abouvier/cmake-oaknutliamwhite
cmake: prefer system oaknut library
2024-01-30Update sockets.hLotP1
forgot to realign the enum
2024-01-30Update src/core/hle/service/sockets/sockets.hLotP1
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2024-01-30cmif_serialization: fix out layout calculationLiam
2024-01-30cmake: prefer system oaknut libraryAlexandre Bouvier
2024-01-30Update sockets_translate.cppLotP1
Align the error case with it's index in the Errno enum
2024-01-30Update sockets.hLotP1
Add the CONNREFUSED error to the Service::Sockets::Errno enum
2024-01-30Update sockets_translate.cppLotP1
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.
2024-01-29Merge pull request #12846 from german77/mii_constliamwhite
service: mii: Set arguments as const
2024-01-29Merge pull request #12830 from merryhime/dynamic-dual_code_blockliamwhite
externals/dynarmic: Update to 6.6.1
2024-01-29service: mii: Set arguments as constNarr the Reg
2024-01-29Merge pull request #12843 from t895/system-driver-whoopsliamwhite
android: Don't show delete button for system driver
2024-01-29Merge pull request #12837 from german77/catliamwhite
service: am: Focus state changed goes last
2024-01-29Merge pull request #12836 from german77/im_homeliamwhite
service: hid: Implement home, capture and sleep buttons
2024-01-29Merge pull request #12814 from Kelebek1/time_new_ipcliamwhite
Move time services to new IPC and add debug printing
2024-01-29Merge pull request #12439 from FireBurn/vkresultliamwhite
Simplify VkResult lookup
2024-01-29android: Don't show delete button for system drivert895
2024-01-29Merge pull request #12840 from amazingfate/fix-gcc11Narr the Reg
fix build for gcc 11
2024-01-29fix build for gcc 11amazingfate
2024-01-28service: am: Focus state changed goes lastgerman77
2024-01-28service: hid: Implement home, capture and sleep buttonsgerman77
2024-01-28Merge pull request #12555 from flodavid/fix-gamemode-settingliamwhite
Save gamemode configuration and add per-game config
2024-01-28Merge pull request #12821 from merryhime/atomic_opsliamwhite
atomic_ops: Reduce code duplication with templates
2024-01-28Merge pull request #12831 from Kelebek1/audren_multiliamwhite
Use the input process handle to get the correct application's memory
2024-01-28Merge pull request #12833 from merryhime/vsync-crashliamwhite
configure_graphics: Avoid crash when vsync_mode_combobox is empty
2024-01-28configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs ↵Merry
when renderer backend is Null)
2024-01-28Use the input process handle to get the correct application's memoryKelebek1
2024-01-28externals/dynarmic: Update to 6.6.1Merry
2024-01-28Merge pull request #12826 from t895/system-driver-versionliamwhite
android: Show system driver information
2024-01-28Merge pull request #12825 from liamwhite/whyliamwhite
kernel: clear pinned waiter list on unpin
2024-01-28Merge pull request #12823 from german77/set-audioliamwhite
service: set: Implement more Qlaunch Settings
2024-01-28Merge pull request #12802 from german77/mii_interfaceliamwhite
service: mii: Migrate service to new interface
2024-01-28externals/oaknut: Update to 2.0.1Merry
2024-01-28service: set: Increase settings versiongerman77
2024-01-28service: set: Implement more Qlaunch Settingsgerman77
2024-01-28Merge pull request #12827 from t895/focus-colorCharles Lombardo
android: Disable focus on loading card
2024-01-28android: Disable focus on loading cardt895
Additionally de-emphasize the ripple that I can't disable
2024-01-27android: Show system driver informationt895
2024-01-27kernel: clear pinned waiter list on unpinLiam
2024-01-27Merge pull request #12824 from t895/multi-bootliamwhite
android: Multi-program app switching
2024-01-27android: Multi-program app switchingt895
2024-01-27atomic_ops: Fix MSVCMerry
2024-01-27atomic_ops: Remove volatile qualifierMerry
2024-01-27atomic_ops: Reduce code duplication with templatesMerry
Also fixes builds on unusual toolchains where: - u32 is unsigned int - u64 is unsigned long long - uintptr_t is unsigned long
2024-01-27Merge pull request #12818 from K900/small-fixesliamwhite
A few small fixes
2024-01-27input: add a missing null pointer checkK900
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.
2024-01-27nx_tzdb: add another safety assertionK900