summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/pl_u.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GetSharedFontInOrderOfPriority (#381)David2018-05-011-0/+1
| | | | | | | | | | | | | | | | | | | | * GetSharedFontInOrderOfPriority * Update pl_u.cpp * Ability to use ReadBuffer and WriteBuffer with different buffer indexes, fixed up GetSharedFontInOrderOfPriority * switched to NGLOG * Update pl_u.cpp * Update pl_u.cpp * language_code is actually language code and not index * u32->u64 * final cleanups
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* pl_u: Add RequestLoad.bunnei2018-03-251-0/+1
|
* pl_u: Implement basic shared font loading from RAM dump.bunnei2018-02-151-0/+33