aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ns/pl_u.cpp
AgeCommit message (Expand)Author
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-12service: Update function tablesLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-10-13pl_u: Fix mismatched rebase size error in font encryptionZach Hilman
2019-10-13pl_u: Remove excess static qualifierZach Hilman
2019-10-13pl_u: Use OSS system archives if real archives don't existZach Hilman
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-09-22Merge pull request #2884 from ogniK5377/deglobal-sys-servicesFernando Sahmkow
2019-09-22Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec
2019-09-22RebaseDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1David
2019-09-21pl_u: Remove excess static qualifierZach Hilman
2019-09-21pl_u: Use OSS system archives if real archives don't existZach Hilman
2019-09-21pl_u: Expose method to encrypt TTF to BFTTFZach Hilman
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-15pl_u: Resize buffers in shared font data getter to what game requestsZach Hilman
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-12services/pl_u: Add missing Korean font to the fallback case for shared fontsLioncash
2018-09-11pl_u: Eliminate mutable file-scope stateLioncash
2018-09-11Merge pull request #1291 from lioncash/defaultbunnei
2018-09-11externals: Place font data within cpp filesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-09-10Use open-source shared fonts if no dumped file is available (#1269)Tobias
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-24Addressed plu TTF changesDavid Marcec
2018-08-23Added SharedFonts loading via TTFDavid Marcec
2018-08-22Added missing include for pl:uDavid Marcec
2018-08-21PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)David
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