summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13031 from german77/btm-interfcaeGravatar liamwhite2024-02-1912-267/+511
|\
| * service: btm: Implement function needed by QLaunchGravatar Narr the Reg2024-02-177-96/+148
| * service: btm: Migrate service to new IPCGravatar Narr the Reg2024-02-1612-267/+459
* | scope_exit: Make constexprGravatar FearlessTobi2024-02-1928-130/+237
* | Merge pull request #13035 from liamwhite/vi2Gravatar Narr the Reg2024-02-1885-1808/+2078
|\ \
| * | nvnflinger: check for layers before composeGravatar Liam2024-02-185-7/+13
| * | service: vi: Implement ListDisplayModeGravatar german772024-02-173-12/+41
| * | vi: manage resources independently of nvnflinger and refactorGravatar Liam2024-02-1760-1483/+1734
| * | vi: move shared buffer management from nvnflingerGravatar Liam2024-02-1719-99/+132
| * | nvnflinger: convert to processGravatar Liam2024-02-1742-268/+238
| * | am: unify display layer managementGravatar Liam2024-02-1711-257/+238
* | | Merge pull request #13048 from liamwhite/new-shellGravatar Narr the Reg2024-02-1844-1177/+1990
|\ \ \
| * | | ns: address review commentsGravatar Liam2024-02-183-25/+35
| * | | ns: rewrite IQueryServiceGravatar Liam2024-02-184-73/+67
| * | | ns: rewrite IServiceGetterInterfaceGravatar Liam2024-02-186-109/+190
| * | | ns: rewrite IApplicationManagerInterfaceGravatar Liam2024-02-1810-489/+631
| * | | ns: move IDevelopInterfaceGravatar Liam2024-02-183-32/+56
| * | | ns: rewrite ISystemUpdateInterfaceGravatar Liam2024-02-184-39/+107
| * | | ns: move ISystemUpdateControlGravatar Liam2024-02-183-36/+61
| * | | ns: rewrite IVulnerabilityManagerInterfaceGravatar Liam2024-02-183-25/+55
| * | | ns: rewrite IReadOnlyApplicationControlDataInterfaceGravatar Liam2024-02-185-55/+158
| * | | ns: rewrite IReadOnlyApplicationRecordInterfaceGravatar Liam2024-02-184-45/+61
| * | | ns: add IDynamicRightsInterfaceGravatar Liam2024-02-183-1/+86
| * | | ns: rewrite IDownloadTaskInterfaceGravatar Liam2024-02-184-27/+60
| * | | ns: rewrite IDocumentInterfaceGravatar Liam2024-02-185-51/+66
| * | | ns: rewrite IContentManagementInterfaceGravatar Liam2024-02-185-52/+112
| * | | ns: move IFactoryResetInterfaceGravatar Liam2024-02-184-25/+44
| * | | ns: move IECommerceInterfaceGravatar Liam2024-02-184-25/+44
| * | | ns: move IApplicationVersionInterfaceGravatar Liam2024-02-184-31/+50
| * | | ns: move IAccountProxyInterfaceGravatar Liam2024-02-185-19/+100
| * | | ns: rewrite IPlatformServiceManagerGravatar Liam2024-02-184-89/+78
| * | | ns: rename results headerGravatar Liam2024-02-182-1/+1
* | | | Merge pull request #13070 from liamwhite/offsetGravatar liamwhite2024-02-181-2/+2
|\ \ \ \
| * | | | am: account for offset in transfer memory storageGravatar Liam2024-02-181-2/+2
* | | | | Merge pull request #13030 from german77/audio-controllerGravatar liamwhite2024-02-185-253/+234
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | service: audio: Rewrite IAudioController to new IPCGravatar Narr the Reg2024-02-175-253/+234
| | |_|/ | |/| |
* | | | Merge pull request #13032 from german77/qlauncherGravatar liamwhite2024-02-187-9/+48
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 #13049 from Leystryku/masterGravatar liamwhite2024-02-184-2/+28
|\ \ \ | |_|/ |/| |
| * | 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-181-8/+5
| * | 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 #13017 from liamwhite/suspensionGravatar Narr the Reg2024-02-173-27/+38
|\ \
| * | kernel: add and enable system suspend typeGravatar Liam2024-02-143-27/+38