summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-14Merge pull request #12993 from liamwhite/am-rewrite-part1Narr the Reg
am: rewrite part 1
2024-02-13Merge pull request #13009 from t895/message-dialog-fixliamwhite
android: Message dialog tweaks
2024-02-13Merge pull request #13007 from t895/screen-biasliamwhite
android: Expose FSR slider and add vertical alignment setting
2024-02-13android: Prevent user from dismissing mod/cheat noticet895
Makes sure that a user can't miss this dialog by touching outside the window. They must press "OK" or "Close" to continue.
2024-02-13android: Show cancel option for delete addons dialogt895
2024-02-13android: Swap ok and close default strings for MessageDialogFragmentt895
2024-02-13android: Add screen vertical alignment settingt895
It's a bit of a hack since I'm moving the view instead of telling the Vulkan surface to bias itself to the top/bottom/center but it works fine for now.
2024-02-13android: Expose FSR sharpness slidert895
2024-02-13Merge pull request #12974 from german77/ldn-interfaceliamwhite
service: ldn: Migrate and refractor service to new IPC
2024-02-13Merge pull request #12975 from FernandoS27/keep-your-own-vodoo-doll-away-from-gfliamwhite
Texture Cache: Fix untracking on GPU remap
2024-02-13Merge pull request #12989 from german77/hotcakeliamwhite
yuzu: Allow non npad hotkeys and disable controller navigation requirement
2024-02-13Merge pull request #12998 from t895/swap-clear-actionsliamwhite
android: Swap confirmation buttons for delete save data dialog
2024-02-13Merge pull request #12941 from FearlessTobi/setting-tooltipsliamwhite
shared_translation: Add tooltips for yuzu settings
2024-02-12android: Swap confirmation buttons for delete save data dialogt895
2024-02-12android: Extend MessageDialogFragment to support a negative action and ↵t895
button titles
2024-02-12am: move out omm interfaces to new moduleLiam
2024-02-12am: rewrite IApplicationCreatorLiam
2024-02-12am: add IApplicationAccessorLiam
2024-02-12am: rewrite ILockAccessorLiam
2024-02-12am: rewrite IWindowControllerLiam
2024-02-12am: rewrite IStorageLiam
2024-02-12am: rewrite IStorageAccessor, ITransferStorageAccessorLiam
2024-02-12am: rewrite ISelfControllerLiam
2024-02-12am: rewrite IProcessWindingControllerLiam
2024-02-12am: rewrite ILibraryAppletSelfAccessorLiam
2024-02-12am: rewrite ILibraryAppletCreatorLiam
2024-02-12am: rewrite ILibraryAppletAccessorLiam
2024-02-12am: rewrite IHomeMenuFunctionsLiam
2024-02-12am: rewrite IGlobalStateController, add ICradleFirmwareUpdaterLiam
2024-02-12am: rewrite IDisplayControllerLiam
2024-02-12am: move IDebugFunctionsLiam
2024-02-12am: rewrite ICommonStateGetterLiam
2024-02-12am: rewrite IApplicationFunctionsLiam
2024-02-11am: rewrite IAppletCommonFunctionsLiam
2024-02-11am: rewrite IAudioControllerLiam
2024-02-11am: rewrite ISystemAppletProxyLiam
2024-02-11am: rewrite ILibraryAppletProxyLiam
2024-02-11am: rewrite IApplicationProxyLiam
2024-02-11am: rewrite appletAE, appletOELiam
2024-02-11Merge pull request #12756 from liamwhite/applet-multiprocess-hwcNarr the Reg
general: applet multiprocess
2024-02-11Merge pull request #12991 from german77/news2liamwhite
service: news: Stub remaining functions
2024-02-11service: news: Stub remaining functionsgerman77
2024-02-11yuzu: Allow non npad hotkeys and disable controller navigation requirementgerman77
2024-02-11service: ldn: Migrate and refractor service to new IPCNarr the Reg
2024-02-11Merge pull request #12986 from t895/input-config-clear-fixliamwhite
config: Always delete control settings in ClearControlPlayerValues
2024-02-11config: Always delete control settings in ClearControlPlayerValuest895
2024-02-10Merge pull request #12981 from lat9nq/tzdb-asan-customliamwhite
tzdb_to_nx: Update to latest
2024-02-10Merge pull request #12980 from merryhime/race-meliamwhite
dynarmic: Fix invalidation race
2024-02-10Merge pull request #12978 from liamwhite/ffs-qcomCharles Lombardo
host_shaders: add vendor workaround for adreno drivers
2024-02-10tzdb_to_nx: Update to latestlat9nq
Includes memory leak fix. Includes option to specify a custom zoneinfo dir.