61 Commits (3e0e4f146b3f2ad7f1935a61141c38cdce87e04f)

Author SHA1 Message Date
Lioncash f11b87ebf1 service: Resolve sign conversion errors 7 years ago
Zach Hilman 1911f85391 pl_u: Fix mismatched rebase size error in font encryption 7 years ago
Zach Hilman 36d829c27b pl_u: Use kernel physical memory 7 years ago
Zach Hilman b3a8a094a5 pl_u: Remove excess static qualifier 7 years ago
Zach Hilman 40284c6868 pl_u: Use OSS system archives if real archives don't exist 7 years ago
Lioncash 69f16ba50e hle/service: Replace global system instance calls with instance-based ones 7 years ago
David Marcec d961d5479e Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" 7 years ago
David Marcec bd1c4ec9a0 Rebase 7 years ago
David Marcec fcdbf0bc53 Rebase 7 years ago
David Marcec f21ab654db Rebase 7 years ago
Zach Hilman 2a4730cbee pl_u: Use kernel physical memory 7 years ago
Zach Hilman 885ea2de2a pl_u: Remove excess static qualifier 7 years ago
Zach Hilman 94afffe9e5 pl_u: Use OSS system archives if real archives don't exist 7 years ago
Zach Hilman ae9604faba pl_u: Expose method to encrypt TTF to BFTTF 7 years ago
Zach Hilman 4b91057688 services: Pass FileSystemController as reference to services that need it 7 years ago
Fernando Sahmkow 9bede4eeed VM_Manager: Align allocated memory to 256bytes 7 years ago
Lioncash 8304aaf282 service/ns: Add missing override specifiers 7 years ago
Michael Scire 016f2eab73 Fix bitmask logic inversion 7 years ago
Michael Scire 2ed896075e fix introduced clang-format errors 7 years ago
Michael Scire d81b58f320 Address review comments 7 years ago
Michael Scire 7fba9c7224 clang-format fixes 7 years ago
Michael Scire 7dbf4c1ae5 Implement IApplicationFunctions::GetDesiredLanguage 7 years ago
Lioncash 5078106068 service/ns: Update function tables 7 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 8 years ago
Zach Hilman 8aa17f0480 pl_u: Resize buffers in shared font data getter to what game requests 8 years ago
Zach Hilman bdaa76c0db ns: Implement command 400: GetApplicationControlData 8 years ago
Lioncash d16bafc99d ns: Update service function table 8 years ago
Lioncash 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 8 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 8 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash ce97d8ef6c services/pl_u: Add missing Korean font to the fallback case for shared fonts 8 years ago
Lioncash c061e27155 pl_u: Eliminate mutable file-scope state 8 years ago
Lioncash 46ba1bc40f externals: Place font data within cpp files 8 years ago
Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 8 years ago
Tobias 3bac3051fc Use open-source shared fonts if no dumped file is available (#1269) 8 years ago
Lioncash a813c10e1c file_sys: Replace includes with forward declarations where applicable 8 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 8 years ago
David Marcec 78b109d195 Addressed plu TTF changes 8 years ago
David Marcec eccc77a8c8 Added SharedFonts loading via TTF 8 years ago
David Marcec 15cc34b93e Added missing include for pl:u 8 years ago
David 99fc32428a PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) 8 years ago
Lioncash 48acb764a4 service/ns: Add missing ns services 8 years ago
Lioncash d66b43dadf file_util: Use an enum class for GetUserPath() 8 years ago
Lioncash 1bdb67440b pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority() 8 years ago
Lioncash df001e83b1 pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority() 8 years ago
Lioncash 68c1ffdd1c pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority() 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
David ff2f0d980a GetSharedFontInOrderOfPriority (#381) 8 years ago
Lioncash 022fc59dcd
ns: Move logging macros over to new fmt-compatible ones 8 years ago
Lioncash ccca5e7c28 service: Use nested namespace specifiers where applicable 8 years ago