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-12-10
Merge pull request #1819 from DarkLordZach/disable-addons
bunnei
2018-12-10
Merge pull request #1883 from lioncash/log-fsp
bunnei
2018-12-10
Merge pull request #1872 from lioncash/proc-info
Hexagon12
2018-12-10
Merge pull request #1876 from lioncash/vma
bunnei
2018-12-09
service/fsp_srv: Correct returned value in GetGlobalAccessLogMode()
Lioncash
2018-12-07
Merge pull request #1864 from lioncash/nrr
bunnei
2018-12-07
Merge pull request #1874 from lioncash/bindings
bunnei
2018-12-06
vm_manager: Make vma_map private
Lioncash
2018-12-06
Merge pull request #1861 from lioncash/reset
bunnei
2018-12-06
hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG
Lioncash
2018-12-06
hle/service: Remove unnecessary using declarations
Lioncash
2018-12-06
hle/service, hle/sm: Compress usages of MakeResult()
Lioncash
2018-12-06
hle/service, hle/sm: Use structured bindings where applicable
Lioncash
2018-12-05
kernel/process: Set ideal core from metadata
Lioncash
2018-12-05
service/ldr: Deduplicate instruction cache clearing code in LoadNro()
Lioncash
2018-12-05
service/ldr: Amend layout of the NRO header
Lioncash
2018-12-05
service/ldr: Corrent padding within the NRR header layout
Lioncash
2018-12-04
kernel/svc: Correct behavior of svcResetSignal()
Lioncash
2018-12-04
kernel/process: Make Process a WaitObject
Lioncash
2018-12-04
kernel/readable_event: Add member function for enforcing a strict reset contract
Lioncash
2018-12-04
Merge pull request #1704 from DarkLordZach/oss-sysarchive
bunnei
2018-12-04
kernel/svc: Remove unused header inclusion
Lioncash
2018-12-04
kernel/svc: Implement svcSignalEvent()
Lioncash
2018-12-04
kernel/svc: Implement svcCreateEvent()
Lioncash
2018-12-04
Merge pull request #1853 from lioncash/event
bunnei
2018-12-04
kernel/object: Amend handle types to distinguish between readable and writabl...
Lioncash
2018-12-04
kernel/handle_table: Amend reference to CTR-OS in Create()
Lioncash
2018-12-04
kernel/svc: Implement the resource limit svcGetInfo option
Lioncash
2018-12-04
[Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments
V.Kalyuzhny
2018-12-03
Merge pull request #1840 from lioncash/info
bunnei
2018-12-03
aoc_u: Obey disabled add-ons list when listing DLC
Zach Hilman
2018-12-03
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-03
Merge pull request #1803 from DarkLordZach/k-able-event
bunnei
2018-12-03
Merge pull request #1833 from lioncash/clean
bunnei
2018-12-03
Merge pull request #1839 from lioncash/init
bunnei
2018-12-03
Merge pull request #1841 from ogniK5377/npad-mode-fix
bunnei
2018-12-02
service/usb: Update function table
Lioncash
2018-12-02
service/erpt: Update function table
Lioncash
2018-12-03
Fixed crash with SetNpadMode
David Marcec
2018-12-02
svc: Use the current process' handle table for retrieving the process instanc...
Lioncash
2018-12-02
svc: Reorganize svcGetInfo, handle more error cases for existing implemented ...
Lioncash
2018-12-01
service/audio/audout_u: Amend constructor initialization list order
Lioncash
2018-12-01
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-01
Merge pull request #1830 from Subv/vi_ub
bunnei
2018-12-01
Fix debug build
Lioncash
2018-11-30
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
2018-11-30
Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.
Subv
2018-11-30
service/set: Convert GetLanguageCode over to using PushEnum()
Lioncash
2018-11-30
service/set: Implement MakeLanguageCode
Lioncash
2018-11-29
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
[next]