summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-02service/ns: Add missing ns servicesLioncash1-0/+447
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash1-1/+1
2018-07-20pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()Lioncash1-3/+3
2018-07-19pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()Lioncash1-3/+3
2018-07-19pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority()Lioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-7/+7
2018-05-01GetSharedFontInOrderOfPriority (#381)David2-1/+27
2018-04-24ns: Move logging macros over to new fmt-compatible onesLioncash1-6/+6
2018-04-20service: Use nested namespace specifiers where applicableLioncash4-16/+8
2018-04-15pl_u: Use empty shared font if none is available.bunnei1-17/+14
2018-04-10Updated pl:u with more service names.Hexagon121-1/+3
2018-03-25pl_u: Add RequestLoad.bunnei2-0/+11
2018-03-14core: Move process creation out of global state.bunnei1-4/+5
2018-02-15pl_u: Implement basic shared font loading from RAM dump.bunnei4-0/+176
2017-10-13Remove lots more 3DS-specific code.bunnei4-87/+0
2017-09-16Services/NS: Port ns:s to the new service framework.Subv4-0/+87