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.h
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2020-12-18
pl_u, applets/web: Decrypt shared fonts to TTF files
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2019-10-13
pl_u: Fix mismatched rebase size error in font encryption
Zach Hilman
2019-10-13
pl_u: Use kernel physical memory
Zach Hilman
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
Rebase
David Marcec
2019-09-22
Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1
David
2019-09-21
pl_u: Use kernel physical memory
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
2018-09-11
pl_u: Eliminate mutable file-scope state
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-05-01
GetSharedFontInOrderOfPriority (#381)
David
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-03-25
pl_u: Add RequestLoad.
bunnei
2018-02-14
pl_u: Implement basic shared font loading from RAM dump.
bunnei