summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | am: unify display layer managementGravatar Liam2024-02-1712-261/+240
| | | | | | | | |
* | | | | | | | | Merge pull request #13048 from liamwhite/new-shellGravatar Narr the Reg2024-02-1846-1183/+2029
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | ns: rewrite for new IPC
| * | | | | | | | ns: address review commentsGravatar Liam2024-02-183-25/+35
| | | | | | | | |
| * | | | | | | | ns: rewrite IQueryServiceGravatar Liam2024-02-185-75/+69
| | | | | | | | |
| * | | | | | | | ns: rewrite IServiceGetterInterfaceGravatar Liam2024-02-187-109/+192
| | | | | | | | |
| * | | | | | | | ns: rewrite IApplicationManagerInterfaceGravatar Liam2024-02-1811-489/+633
| | | | | | | | |
| * | | | | | | | ns: move IDevelopInterfaceGravatar Liam2024-02-184-32/+58
| | | | | | | | |
| * | | | | | | | ns: rewrite ISystemUpdateInterfaceGravatar Liam2024-02-185-39/+109
| | | | | | | | |
| * | | | | | | | ns: move ISystemUpdateControlGravatar Liam2024-02-184-36/+63
| | | | | | | | |
| * | | | | | | | ns: rewrite IVulnerabilityManagerInterfaceGravatar Liam2024-02-184-25/+57
| | | | | | | | |
| * | | | | | | | ns: rewrite IReadOnlyApplicationControlDataInterfaceGravatar Liam2024-02-186-55/+160
| | | | | | | | |
| * | | | | | | | ns: rewrite IReadOnlyApplicationRecordInterfaceGravatar Liam2024-02-185-45/+63
| | | | | | | | |
| * | | | | | | | ns: add IDynamicRightsInterfaceGravatar Liam2024-02-184-1/+88
| | | | | | | | |
| * | | | | | | | ns: rewrite IDownloadTaskInterfaceGravatar Liam2024-02-185-27/+62
| | | | | | | | |
| * | | | | | | | ns: rewrite IDocumentInterfaceGravatar Liam2024-02-186-51/+68
| | | | | | | | |
| * | | | | | | | ns: rewrite IContentManagementInterfaceGravatar Liam2024-02-186-52/+114
| | | | | | | | |
| * | | | | | | | ns: move IFactoryResetInterfaceGravatar Liam2024-02-185-25/+46
| | | | | | | | |
| * | | | | | | | ns: move IECommerceInterfaceGravatar Liam2024-02-185-25/+46
| | | | | | | | |
| * | | | | | | | ns: move IApplicationVersionInterfaceGravatar Liam2024-02-185-31/+52
| | | | | | | | |
| * | | | | | | | ns: move IAccountProxyInterfaceGravatar Liam2024-02-186-19/+103
| | | | | | | | |
| * | | | | | | | ns: rewrite IPlatformServiceManagerGravatar Liam2024-02-186-92/+81
| | | | | | | | |
| * | | | | | | | ns: rename results headerGravatar Liam2024-02-183-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #13070 from liamwhite/offsetGravatar liamwhite2024-02-181-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | am: account for offset in transfer memory storage
| * | | | | | | | | am: account for offset in transfer memory storageGravatar Liam2024-02-181-2/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #13030 from german77/audio-controllerGravatar liamwhite2024-02-186-255/+236
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | service: audio: Rewrite IAudioController to new IPC
| * | | | | | | | service: audio: Rewrite IAudioController to new IPCGravatar Narr the Reg2024-02-176-255/+236
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | core: hid: Remove driver errors from logGravatar german772024-02-181-1/+5
| | | | | | | |
* | | | | | | | Merge pull request #13067 from t895/xbox-automap-invertGravatar liamwhite2024-02-181-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | android: Flip AB/XY for xbox controllers during auto-mapping
| * | | | | | | | android: Flip AB/XY for xbox controllers during auto-mappingGravatar t8952024-02-181-3/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #13032 from german77/qlauncherGravatar liamwhite2024-02-187-9/+48
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | service: Implement functions needed by Qlaunch
| * | | | | | | | service: erpt: Implement SubmitContextGravatar Narr the Reg2024-02-161-1/+11
| | | | | | | | |
| * | | | | | | | service: caps: Implement GetAlbumFIleListGravatar Narr the Reg2024-02-162-1/+13
| | | | | | | | |
| * | | | | | | | service: am: Fix GetMainAppletAvailableUsers for user creationGravatar Narr the Reg2024-02-163-7/+6
| | | | | | | | |
| * | | | | | | | service: am: Add QLaunch launcherGravatar Narr the Reg2024-02-161-0/+18
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #13064 from t895/auto-map-failGravatar liamwhite2024-02-181-2/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | android: Only do first startup automapping if nothing has been mapped
| * | | | | | | | android: Only do first startup automapping if nothing has been mappedGravatar t8952024-02-181-2/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #13049 from Leystryku/masterGravatar liamwhite2024-02-185-4/+30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix Just Dance 2023 not booting
| * | | | | | | | service: Change unique_ptr to make_unique in GetCacheStorageMaxGravatar Leystryku2024-02-181-1/+1
| | | | | | | | |
| * | | | | | | | file_sys: Formatting changes and use unique_ptr in GetCacheStorageMaxGravatar Leystryku2024-02-181-6/+6
| | | | | | | | |
| * | | | | | | | file_sys: Fix nacp field cache_storage_max_index datatypeGravatar Leystryku2024-02-182-10/+7
| | | | | | | | |
| * | | | | | | | service: Add proper GetCacheStorageMax implementation to IApplicationFunctionsGravatar Leystryku2024-02-183-7/+17
| | | | | | | | |
| * | | | | | | | fsp: Add FlushAccessLogOnSdCard stubGravatar Leystryku2024-02-182-2/+10
| | | | | | | | |
| * | | | | | | | service: Add GetCacheStorageMax stub to IApplicationFunctionsGravatar Leystryku2024-02-182-1/+12
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #13065 from t895/cancel-button-failGravatar liamwhite2024-02-181-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | android: Show cancel button for the content install notice
| * | | | | | | | android: Show cancel button for the content install noticeGravatar t8952024-02-181-1/+2
| | |/ / / / / / | |/| | | | | |
* / | | | | | | android: Map touches to touchscreenGravatar t8952024-02-183-5/+23
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | I neglected to map touches to the touchscreen when refactoring in the input mapping PR. This fixes that regression.
* | | | | | | Merge pull request #13047 from anpilley/import-firmwareGravatar liamwhite2024-02-174-4/+163
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Import firmware from folder of loose NCA files
| * | | | | | | Add check for corrupted firmware files after install.Gravatar Andrew Pilley2024-02-182-3/+25
| | | | | | | |
| * | | | | | | >.> spellingGravatar Andrew Pilley2024-02-181-1/+1
| | | | | | | |
| * | | | | | | cleanup by clang-format.Gravatar Andrew Pilley2024-02-181-15/+21
| | | | | | | |