aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-02-18ns: rewrite IApplicationManagerInterfaceLiam
2024-02-18ns: move IDevelopInterfaceLiam
2024-02-18ns: rewrite ISystemUpdateInterfaceLiam
2024-02-18ns: move ISystemUpdateControlLiam
2024-02-18ns: rewrite IVulnerabilityManagerInterfaceLiam
2024-02-18ns: rewrite IReadOnlyApplicationControlDataInterfaceLiam
2024-02-18ns: rewrite IReadOnlyApplicationRecordInterfaceLiam
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-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-17android: Create lifecycle utility to simplify common StateFlow operationst895
2024-02-18service: Add proper GetCacheStorageMax implementation to IApplicationFunctionsLeystryku
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-17service: vi: Implement ListDisplayModegerman77
2024-02-17vi: manage resources independently of nvnflinger and refactorLiam
2024-02-17vi: move shared buffer management from nvnflingerLiam
2024-02-17nvnflinger: convert to processLiam
2024-02-17am: unify display layer managementLiam
2024-02-17Merge pull request #13017 from liamwhite/suspensionNarr the Reg
kernel: add and enable system suspend type
2024-02-17service: audio: Rewrite IAudioController to new IPCNarr the Reg
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-17service: btm: Implement function needed by QLaunchNarr the Reg
2024-02-17android: Input mappingt895