index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ns
/
pl_u.cpp
Age
Commit message (
Expand
)
Author
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-10-13
pl_u: Fix mismatched rebase size error in font encryption
Zach Hilman
2019-10-13
pl_u: Remove excess static qualifier
Zach Hilman
2019-10-13
pl_u: Use OSS system archives if real archives don't exist
Zach Hilman
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-09-22
Merge pull request #2884 from ogniK5377/deglobal-sys-services
Fernando Sahmkow
2019-09-22
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
David Marcec
2019-09-22
Rebase
David Marcec
2019-09-22
Rebase
David Marcec
2019-09-22
Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1
David
2019-09-21
pl_u: Remove excess static qualifier
Zach Hilman
2019-09-21
pl_u: Use OSS system archives if real archives don't exist
Zach Hilman
2019-09-21
pl_u: Expose method to encrypt TTF to BFTTF
Zach Hilman
2019-09-21
services: Pass FileSystemController as reference to services that need it
Zach Hilman
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-15
pl_u: Resize buffers in shared font data getter to what game requests
Zach Hilman
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-12
services/pl_u: Add missing Korean font to the fallback case for shared fonts
Lioncash
2018-09-11
pl_u: Eliminate mutable file-scope state
Lioncash
2018-09-11
Merge pull request #1291 from lioncash/default
bunnei
2018-09-11
externals: Place font data within cpp files
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-09-10
Use open-source shared fonts if no dumped file is available (#1269)
Tobias
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-24
Addressed plu TTF changes
David Marcec
2018-08-23
Added SharedFonts loading via TTF
David Marcec
2018-08-22
Added missing include for pl:u
David Marcec
2018-08-21
PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)
David
2018-07-21
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-19
pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()
Lioncash
2018-07-19
Merge pull request #725 from lioncash/bytes
bunnei
2018-07-19
pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()
Lioncash
2018-07-19
pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrd...
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-01
GetSharedFontInOrderOfPriority (#381)
David
2018-04-24
ns: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-15
pl_u: Use empty shared font if none is available.
bunnei
2018-04-10
Updated pl:u with more service names.
Hexagon12
2018-03-25
pl_u: Add RequestLoad.
bunnei
2018-03-14
core: Move process creation out of global state.
bunnei
2018-02-14
pl_u: Implement basic shared font loading from RAM dump.
bunnei