aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ns
AgeCommit message (Collapse)Author
2024-02-20ns: fix alignment of uid typeLiam
2024-02-18ns: address review commentsLiam
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-01-29core: support offline web appletLiam
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-06service: set: Rename filesgerman77
2023-10-02service: caps: Partially implement IAlbumAccessorServiceNarr the Reg
2023-09-23service: ns: Implement GetSharedFontInOrderOfPriorityForSystemgerman77
2023-08-08core: remove ResultVal typeLiam
2023-07-21configure_system: Implement with for looplat9nq
2023-03-12general: fix spelling mistakesLiam
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-03-01Merge pull request #9832 from liamwhite/hle-mpliamwhite
service: HLE multiprocess
2023-02-24core: Update service function tables to 16.0.0+Narr the Reg
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
2022-11-23service: Make use of buffer element count helpersLioncash
2022-10-11general: preliminary support for hblLiam
2022-09-03core: ns: Implement pl:s serviceNarr the Reg
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-19core: Reduce unused includesameerj
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
This completes the removal of the old UUID implementation.
2022-02-05service: Migrate to the new UUID implementationMorph
2022-01-21service/ns: Update function tablesLioncash
2021-11-27core/ns: Implement GetReadOnlyApplicationControlDataInterfaceNarr the Reg
Used in checkpoint homebrew
2021-11-27core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountIdNarr the Reg
Used in checkpoint homebrew
2021-11-03core: Remove unused includesameerj
2021-11-02general: Remove MakeResult helpersMorph
This is made obsolete by the presence of implicit constructors.
2021-10-28ns: language: Add BrazilianPortuguese to ApplicationLanguageMorph
It seems that Nintendo finally filled that last empty spot in ApplicationLanguage for a total of 16 supported languages.
2021-10-07service: Reduce header include overheadMorph