aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ns/pl_u.cpp
AgeCommit message (Expand)Author
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-19pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()Lioncash
2018-07-19Merge pull request #725 from lioncash/bytesbunnei
2018-07-19pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()Lioncash
2018-07-19pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrd...Lioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-01GetSharedFontInOrderOfPriority (#381)David
2018-04-24ns: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-15pl_u: Use empty shared font if none is available.bunnei
2018-04-10Updated pl:u with more service names.Hexagon12
2018-03-25pl_u: Add RequestLoad.bunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-02-14pl_u: Implement basic shared font loading from RAM dump.bunnei