summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-28service: hid: Restore active aruidgerman77
2024-01-28service: hid: Fully implement touch resourceNarr the Reg
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-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-28service: set: Increase settings versiongerman77
2024-01-28service: set: Implement more Qlaunch Settingsgerman77
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-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-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-26android: Reload global settings on closing emulationt895
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.
2024-01-27Move time services to new IPC.Kelebek1
Add some fixes/improvements to usage with the new IPC
2024-01-26service: mii: Migrate service to new interfaceNarr the Reg
2024-01-26Merge pull request #12808 from t895/uri-momentliamwhite
vfs: Fix getting URI filename
2024-01-26Merge pull request #12769 from german77/no-logliamwhite
core: hid: Reduce controller requests
2024-01-26vfs: Fix getting URI filenamet895
2024-01-26Merge pull request #12809 from t895/error-messageliamwhite
android: Add cancel condition to installed content check
2024-01-26Merge pull request #12765 from german77/sys-hidliamwhite
service: set: Implement more settings functions for Qlaunch
2024-01-26Merge pull request #12801 from german77/vibration-fixliamwhite
service: hid: Don't try to vibrate if device isn't initialized
2024-01-26Merge pull request #12707 from FearlessTobi/fs-housekeepingliamwhite
fs: Various cleanups & add path class for later use
2024-01-26android: Add cancel condition to installed content checkt895
2024-01-25service: hid: Don't try to vibrate if device isn't initializedNarr the Reg
2024-01-25Merge pull request #12796 from t895/controller-optimizationsliamwhite
android: Controller focus optimizations
2024-01-25cmif_serialization: support non-domain sessions on domain serversLiam
2024-01-25cmif_types: improve ergonomics of typesLiam
2024-01-25android: Disable default focus highlight on views that shouldn't be selectedt895
2024-01-25android: Allow controller to focus on toolbar menu itemst895
Workaround for this https://issuetracker.google.com/issues/256948272
2024-01-25android: Add 600dp layout for GameInfoFragmentt895
2024-01-25android: Fix button click listener for build version namet895
Was set to the text instead of the parent view by mistake
2024-01-25android: Disable focus for the root of cards that contain buttonst895
2024-01-25android: Focus on the in game menu when openedt895
2024-01-25service: set: Implement more settings functions for QlaunchNarr the Reg