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
2019-03-21
service/am: Add function table for IDebugFunctions
Lioncash
2019-03-21
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect...
Lioncash
2019-03-21
kernel/vm_manager: Amend flag values for CodeMutable
Lioncash
2019-03-20
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
Merge pull request #2268 from lioncash/codeset
bunnei
2019-03-20
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-20
Merge pull request #2267 from FernandoS27/fix-2238
bunnei
2019-03-20
Merge pull request #2224 from lioncash/opus
bunnei
2019-03-20
kernel/process: Make MapSegment lambda reference parameter const
Lioncash
2019-03-20
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-19
Fix crash caused by 2238.
Fernando Sahmkow
2019-03-19
Fix small bug that kept a thread as a condvar thread after being signalled.
Fernando Sahmkow
2019-03-19
Add CondVar Thread State.
Fernando Sahmkow
2019-03-19
Small fixes to address_arbiter to better match the IDB.
Fernando Sahmkow
2019-03-18
Merge pull request #2258 from lioncash/am
bunnei
2019-03-18
fsp_srv: Unstub SetCurrentProcess
Lioncash
2019-03-18
service/am: Add basic implementation of ChangeMainAppletMasterVolume
Lioncash
2019-03-18
service/am: Unstub SetTransparentVolumeRate()
Lioncash
2019-03-18
service/am: Unstub SetExpectedMasterVolume()
Lioncash
2019-03-17
Merge pull request #2238 from lioncash/thread
bunnei
2019-03-17
Merge pull request #2252 from bunnei/move-page-table
bunnei
2019-03-16
Merge pull request #2249 from lioncash/ipc
bunnei
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-16
ipc_helpers: Allow pushing and popping floating-point values
Lioncash
2019-03-16
kernel/thread: Actually remove the definition of ExitCurrentThread()
Lioncash
2019-03-16
Merge pull request #2242 from lioncash/thread-fn
bunnei
2019-03-15
kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread
Lioncash
2019-03-15
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
Lioncash
2019-03-15
kernel/thread: Expand documentation of nominal_priority and current_priority
Lioncash
2019-03-15
kernel/thread: Make bracing consistent within UpdatePriority()
Lioncash
2019-03-15
kernel/thread: Amend condition within UpdatePriority()
Lioncash
2019-03-15
kernel/thread: Maintain priority ordering of added mutex waiting threads
Lioncash
2019-03-14
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-14
core/hle/kernel/mutex: Remove usages of global system accessors
Lioncash
2019-03-14
core/hle/kernel: Make Mutex a per-process class.
Lioncash
2019-03-14
Merge pull request #2230 from lioncash/global
bunnei
2019-03-13
Merge pull request #2226 from lioncash/private
bunnei
2019-03-13
Merge pull request #2223 from lioncash/error
bunnei
2019-03-13
Merge pull request #2166 from lioncash/vi-init-service
bunnei
2019-03-13
core/hle/kernel/svc: Implement svcUnmapTransferMemory
Lioncash
2019-03-13
core/hle/kernel/svc: Implement svcMapTransferMemory
Lioncash
2019-03-13
core/hle/kernel: Split transfer memory handling out into its own class
Lioncash
2019-03-12
kernel/process: Remove use of global system accessors
Lioncash
2019-03-12
Merge pull request #2211 from lioncash/arbiter
bunnei
2019-03-11
set_sys: Move constants to anonymous namespace
Zach Hilman
2019-03-11
kernel/server_port: Make data members private
Lioncash
2019-03-11
hwopus: Leverage multistream API for decoding regular Opus packets
Lioncash
2019-03-10
set_sys: Use official nintendo version string
Zach Hilman
2019-03-10
set_sys: Use correct error codes in GetFirmwareVersion*
Zach Hilman
[prev]
[next]