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
Age
Commit message (
Expand
)
Author
2018-09-13
kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMem...
Lioncash
2018-09-13
kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMe...
Lioncash
2018-09-13
kernel/svc: Sanitize heap sizes within svcSetHeapSize()
Lioncash
2018-09-13
Merge pull request #1310 from lioncash/kernel-ns
bunnei
2018-09-13
Merge pull request #1309 from lioncash/nested
bunnei
2018-09-13
Merge pull request #1307 from lioncash/pl
bunnei
2018-09-13
kernel/errors: Amend error code for ERR_NOT_FOUND
Lioncash
2018-09-13
service/vi: Replace includes with forward declarations where applicable
Lioncash
2018-09-13
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-09-13
service: Use nested namespace specifiers where applicable
Lioncash
2018-09-13
ipc: minor fix
Valentin Vanelslande
2018-09-12
services/pl_u: Add missing Korean font to the fallback case for shared fonts
Lioncash
2018-09-12
Merge pull request #1297 from lioncash/pl
bunnei
2018-09-12
Merge pull request #1303 from lioncash/error
bunnei
2018-09-12
svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...
Lioncash
2018-09-12
kernel/errors: Correct error codes for invalid thread priority and invalid pr...
Lioncash
2018-09-12
svc: Do nothing if svcOutputDebugString() is given a length of zero
Lioncash
2018-09-12
svc: Correct parameter type for OutputDebugString()
Lioncash
2018-09-11
Merge pull request #1296 from lioncash/prepo
bunnei
2018-09-11
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-09-11
pl_u: Eliminate mutable file-scope state
Lioncash
2018-09-11
service/prepo: Move class into the cpp file
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-10
video_core: Move command buffer loop.
Markus Wick
2018-09-09
Merge pull request #1276 from FearlessTobi/fix-stupid-stub
bunnei
2018-09-09
service: Remove unused g_kernel_named_ports variable
Lioncash
2018-09-09
hid: Implement ReloadInputDevices
fearlessTobi
2018-09-06
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-06
core/core: Remove unnecessary sm/controller include
Lioncash
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
Merge pull request #1235 from lioncash/forward-decl
bunnei
2018-09-04
Merge pull request #1230 from lioncash/ssl
bunnei
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-09-02
service: Migrate global named port map to the KernelCore class
Lioncash
2018-09-02
ssl: Move SSL class to cpp file
Lioncash
2018-09-02
Merge pull request #1213 from DarkLordZach/octopath-fs
bunnei
2018-09-02
filesystem: Move dir retrieval after path checking in DeleteFile()
Lioncash
2018-08-31
filesystem: Implement OpenReadOnlySaveDataFilesystem
Zach Hilman
2018-08-31
filesystem: Add OpenFileSystemWithPatch
Zach Hilman
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.
bunnei
2018-08-31
core: Make the main System class use the PImpl idiom
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-28
Merge pull request #1193 from lioncash/priv
bunnei
2018-08-28
gpu: Make memory_manager private
Lioncash
2018-08-28
hle/result: Make ResultVal's move constructor as noexcept
Lioncash
[prev]
[next]