summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/pl_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-22Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec1-47/+117
2019-09-22RebaseDavid Marcec1-1/+4
2019-09-22RebaseDavid Marcec1-3/+4
2019-09-22pl_u: Remove excess static qualifierZach Hilman1-1/+1
2019-09-22pl_u: Use OSS system archives if real archives don't existZach Hilman1-108/+40
2019-09-22pl_u: Expose method to encrypt TTF to BFTTFZach Hilman1-14/+12
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman1-2/+3
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow1-6/+6
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-4/+6
2018-11-15pl_u: Resize buffers in shared font data getter to what game requestsZach Hilman1-0/+8
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash1-1/+1
2018-09-30kernel/process: Make data member variables privateLioncash1-3/+3
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-6/+6
2018-09-13services/pl_u: Add missing Korean font to the fallback case for shared fontsLioncash1-2/+4
2018-09-12pl_u: Eliminate mutable file-scope stateLioncash1-60/+86
2018-09-11externals: Place font data within cpp filesLioncash1-6/+6
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-09-11Use open-source shared fonts if no dumped file is available (#1269)Tobias1-1/+25
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-1/+3
2018-08-29kernel: Eliminate kernel global stateLioncash1-1/+2
2018-08-23Addressed plu TTF changesDavid Marcec1-6/+7
2018-08-23Added SharedFonts loading via TTFDavid Marcec1-5/+50
2018-08-22Added missing include for pl:uDavid Marcec1-0/+1
2018-08-22PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)David1-25/+140
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)David1-1/+26
2018-04-24ns: Move logging macros over to new fmt-compatible onesLioncash1-6/+6
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
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.bunnei1-0/+10
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.bunnei1-0/+111