summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-18ns: add IDynamicRightsInterfaceLiam
2024-02-18ns: rewrite IDownloadTaskInterfaceLiam
2024-02-18ns: rewrite IDocumentInterfaceLiam
2024-02-18ns: rewrite IContentManagementInterfaceLiam
2024-02-18ns: move IFactoryResetInterfaceLiam
2024-02-18ns: move IECommerceInterfaceLiam
2024-02-18ns: move IApplicationVersionInterfaceLiam
2024-02-18ns: move IAccountProxyInterfaceLiam
2024-02-18ns: rewrite IPlatformServiceManagerLiam
2024-02-18ns: rename results headerLiam
2024-02-18Merge pull request #13064 from t895/auto-map-failliamwhite
android: Only do first startup automapping if nothing has been mapped
2024-02-18Merge pull request #13049 from Leystryku/masterliamwhite
Fix Just Dance 2023 not booting
2024-02-18Merge pull request #13065 from t895/cancel-button-failliamwhite
android: Show cancel button for the content install notice
2024-02-18Merge pull request #13066 from t895/touch-fixliamwhite
android: Map touches to touchscreen
2024-02-18android: Map touches to touchscreent895
I neglected to map touches to the touchscreen when refactoring in the input mapping PR. This fixes that regression.
2024-02-18android: Show cancel button for the content install noticet895
2024-02-18android: Only do first startup automapping if nothing has been mappedt895
2024-02-18service: Change unique_ptr to make_unique in GetCacheStorageMaxLeystryku
2024-02-18file_sys: Formatting changes and use unique_ptr in GetCacheStorageMaxLeystryku
2024-02-18file_sys: Fix nacp field cache_storage_max_index datatypeLeystryku
2024-02-17Merge pull request #13047 from anpilley/import-firmwareliamwhite
Import firmware from folder of loose NCA files
2024-02-17Merge pull request #13054 from t895/lifecycle-utilsliamwhite
android: Create lifecycle utility to simplify common StateFlow operations
2024-02-17android: Create lifecycle utility to simplify common StateFlow operationst895
2024-02-18service: Add proper GetCacheStorageMax implementation to IApplicationFunctionsLeystryku
2024-02-17Merge pull request #13050 from t895/marquee-helperliamwhite
android: Use extension functions for view visibility and text marquee
2024-02-17android: Use extension functions for view visibility and text marqueet895
2024-02-17Merge pull request #13052 from t895/serializable-stuffliamwhite
android: Move CoreErrorDialogFragment to its own file
2024-02-17Merge pull request #13051 from german77/cheatmissliamwhite
dmnt: cheats: Fix valid address range
2024-02-17Merge pull request #13034 from t895/map-all-the-inputsliamwhite
android: Input mapping
2024-02-17android: Move CoreErrorDialogFragment to its own filet895
2024-02-18Add check for corrupted firmware files after install.Andrew Pilley
2024-02-17dmnt: cheats: Fix valid address rangegerman77
2024-02-18fsp: Add FlushAccessLogOnSdCard stubLeystryku
2024-02-18service: Add GetCacheStorageMax stub to IApplicationFunctionsLeystryku
2024-02-17Merge pull request #13017 from liamwhite/suspensionNarr the Reg
kernel: add and enable system suspend type
2024-02-17Merge pull request #13040 from Kelebek1/timezone_shutdownliamwhite
Close reference to TimeZoneBinary on game close
2024-02-18>.> spellingAndrew Pilley
2024-02-18cleanup by clang-format.Andrew Pilley
2024-02-18Improve behavior when one or more firmware files can't be deleted.Andrew Pilley
2024-02-17android: Input mappingt895
2024-02-17Close reference to TimeZoneBinary on game closeKelebek1
2024-02-17Merge branch 'yuzu-emu:master' into import-firmwareAndrew Pilley
2024-02-17Implement In-app firmware installation.Andrew Pilley
2024-02-16hid_core: Prevent crash if we try to iterate through empty color devices listt895
2024-02-16hid_core: Use dedicated "port" for android's input overlayt895
2024-02-16config: Reset per-game profile name on load if emptyt895
2024-02-16android: Allow SettingsItems to use String or StringRest895
2024-02-16Merge pull request #13016 from german77/set-interface2liamwhite
service: set: Migrate ISystemSettingsServer to new IPC
2024-02-16Merge pull request #13011 from liamwhite/vi-ipcNarr the Reg
vi: rewrite for new IPC
2024-02-14kernel: add and enable system suspend typeLiam