summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-18ns: rewrite IServiceGetterInterfaceLiam1-21/+0
2024-02-18ns: rewrite IApplicationManagerInterfaceLiam1-43/+6
2024-02-18ns: rewrite IReadOnlyApplicationControlDataInterfaceLiam1-10/+0
2024-02-18ns: rewrite IReadOnlyApplicationRecordInterfaceLiam1-11/+0
2024-02-18ns: rewrite IDownloadTaskInterfaceLiam1-6/+0
2024-02-18ns: rewrite IDocumentInterfaceLiam1-10/+0
2024-02-18ns: rewrite IContentManagementInterfaceLiam1-10/+0
2024-02-18ns: move IFactoryResetInterfaceLiam1-6/+0
2024-02-18ns: move IECommerceInterfaceLiam1-6/+0
2024-02-18ns: move IApplicationVersionInterfaceLiam1-6/+0
2024-02-18ns: move IAccountProxyInterfaceLiam1-6/+0
2024-01-30core: support offline web appletLiam1-0/+15
2023-10-02service: caps: Partially implement IAlbumAccessorServiceNarr the Reg1-0/+4
2023-08-08core: remove ResultVal typeLiam1-2/+3
2023-03-01service: move hle_ipc from kernelLiam1-7/+7
2023-02-21service: refactor server architectureLiam1-2/+1
2022-10-12general: preliminary support for hblLiam1-0/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-28core/ns: Implement GetReadOnlyApplicationControlDataInterfaceNarr the Reg1-0/+7
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-2/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash1-12/+8
2020-11-18patch_manager: Remove usages of the global system instanceLioncash1-6/+22
2020-06-29service: Update function tablesVolcaEM1-3/+3
2019-09-22RebaseDavid Marcec1-2/+1
2019-09-22RebaseDavid Marcec1-2/+2
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman1-3/+11
2019-06-05service/ns: Add missing override specifiersLioncash1-9/+9
2019-05-23Address review commentsMichael Scire1-3/+11
2019-05-23clang-format fixesMichael Scire1-1/+1
2019-05-23Implement IApplicationFunctions::GetDesiredLanguageMichael Scire1-0/+74
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-02-15pl_u: Implement basic shared font loading from RAM dump.bunnei1-3/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-3/+3
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-12/+3
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25