summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | 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.
* core/ns: Implement GetReadOnlyApplicationControlDataInterfaceNarr the Reg2021-11-281-0/+7
| | | | Used in checkpoint homebrew
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-2/+2
| | | | Transition to PascalCase for result names.
* service: Eliminate usages of the global system instanceLioncash2020-11-271-12/+8
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-6/+22
| | | | | | | With this, only 19 usages of the global system instance remain within the core library. We're almost there.
* service: Update function tablesVolcaEM2020-06-291-3/+3
|
* RebaseDavid Marcec2019-09-221-2/+1
|
* RebaseDavid Marcec2019-09-221-2/+2
|
* services: Pass FileSystemController as reference to services that need itZach Hilman2019-09-211-3/+11
|
* service/ns: Add missing override specifiersLioncash2019-06-051-9/+9
|
* Address review commentsMichael Scire2019-05-231-3/+11
|
* clang-format fixesMichael Scire2019-05-231-1/+1
|
* Implement IApplicationFunctions::GetDesiredLanguageMichael Scire2019-05-231-0/+74
|
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* pl_u: Implement basic shared font loading from RAM dump.bunnei2018-02-151-0/+16
|
* Remove lots more 3DS-specific code.bunnei2017-10-131-16/+0
|
* Services/NS: Port ns:s to the new service framework.Subv2017-09-161-0/+16