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
2022-09-03
core: ns: Implement pl:s service
Narr the Reg
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-06-04
hle: kernel: Refactor to allocate a ServiceThread per service handler.
bunnei
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-05
fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-04-08
pl_u: Update to 12.x
german77
2021-02-18
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
2021-02-06
pl_u: Fix read out of bounds
Alessandro Astone
2020-12-18
pl_u, applets/web: Decrypt shared fonts to TTF files
Morph
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-21
core: Fix clang build pt.3
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-06-29
service: Update function tables
VolcaEM
2020-04-20
service: Update function tables
Lioncash
2020-04-17
service: pl_u: Update for new shared memory layout.
bunnei
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
[next]