summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-19Address review commentsFearlessTobi
2024-02-19fs: Refactor to use cmif serializationFearlessTobi
2024-02-19fs: Add FileSystemAccessor classesFearlessTobi
2024-02-19Merge pull request #13080 from FearlessTobi/scope-exitliamwhite
scope_exit: Make constexpr
2024-02-19scope_exit: Make constexprFearlessTobi
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2024-02-19core/CMakeLists: Sort alphabeticallyFearlessTobi
2024-02-18Merge pull request #13006 from liamwhite/a-hat-in-vramNarr the Reg
buffer_cache: use mapped range with large vertex buffer size
2024-02-18Merge pull request #13026 from liamwhite/scale-this-mfNarr the Reg
shader_recompiler: fix non-const offset for arrayed image types
2024-02-18Merge pull request #13035 from liamwhite/vi2Narr the Reg
vi: manage resources independently of nvnflinger and refactor
2024-02-18Merge pull request #13048 from liamwhite/new-shellNarr the Reg
ns: rewrite for new IPC
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-18am: account for offset in transfer memory storageLiam
2024-02-18Merge pull request #13068 from german77/no_errorsCharles Lombardo
core: hid: Remove driver errors from log
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-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