summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-02-19shader_recompiler: throw on missing geometry streams in geometry shadersLiam
2024-02-18Merge pull request #13070 from liamwhite/offsetliamwhite
am: account for offset in transfer memory storage
2024-02-18Merge pull request #13030 from german77/audio-controllerliamwhite
service: audio: Rewrite IAudioController to new IPC
2024-02-18ns: address review commentsLiam
2024-02-18vulkan_device: don't use fixed cap for memory limitsLiam
2024-02-18am: account for offset in transfer memory storageLiam
2024-02-18core: hid: Remove driver errors from loggerman77
2024-02-18nvnflinger: check for layers before composeLiam
2024-02-18Merge pull request #13067 from t895/xbox-automap-invertliamwhite
android: Flip AB/XY for xbox controllers during auto-mapping
2024-02-18android: Flip AB/XY for xbox controllers during auto-mappingt895
2024-02-18Merge pull request #13032 from german77/qlauncherliamwhite
service: Implement functions needed by Qlaunch
2024-02-18ns: rewrite IQueryServiceLiam
2024-02-18ns: rewrite IServiceGetterInterfaceLiam
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