summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/platform_service_manager.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-18ns: rewrite IPlatformServiceManagerLiam1-6/+27
2023-03-01service: move hle_ipc from kernelLiam1-6/+6
2022-09-03core: ns: Implement pl:s serviceNarr the Reg1-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2020-12-18pl_u, applets/web: Decrypt shared fonts to TTF filesMorph1-0/+19
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+1
2019-10-13pl_u: Fix mismatched rebase size error in font encryptionZach Hilman1-1/+3
2019-10-13pl_u: Use kernel physical memoryZach Hilman1-0/+1
2019-09-22Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec1-3/+0
2019-09-22RebaseDavid Marcec1-1/+1
2019-09-22RebaseDavid Marcec1-1/+1
2019-09-22RebaseDavid Marcec1-1/+2
2019-09-22pl_u: Use kernel physical memoryZach Hilman1-0/+1
2019-09-22pl_u: Use OSS system archives if real archives don't existZach Hilman1-1/+1
2019-09-22pl_u: Expose method to encrypt TTF to BFTTFZach Hilman1-0/+2
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman1-3/+11
2018-09-12pl_u: Eliminate mutable file-scope stateLioncash1-6/+2
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-1/+1
2018-05-01GetSharedFontInOrderOfPriority (#381)David1-0/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-03-25pl_u: Add RequestLoad.bunnei1-0/+1
2018-02-15pl_u: Implement basic shared font loading from RAM dump.bunnei1-0/+33