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
Age
Commit message (
Expand
)
Author
2019-03-21
Merge pull request #2276 from lioncash/am
bunnei
2019-03-21
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
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-21
core/memory: Remove unnecessary includes
Lioncash
2019-03-20
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
Merge pull request #2262 from lioncash/enum
bunnei
2019-03-20
Merge pull request #2268 from lioncash/codeset
bunnei
2019-03-20
memory: Check that core is powered on before attempting to use GPU.
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
loader: Remove Linker class
Lioncash
2019-03-19
loader: Remove Linker inheritance from NRO and NSO loaders
Lioncash
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-19
file_sys/content_archive: Amend name of Data_Unknown5 enum entry
Lioncash
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
Merge pull request #2245 from lioncash/unused-def
bunnei
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-16
Merge pull request #2243 from bunnei/mem-simplify-cache
bunnei
2019-03-16
Merge pull request #2129 from FernandoS27/cntpct
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-16
memory: Simplify rasterizer cache operations.
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-15
gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to l...
Dimitri A
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
[prev]
[next]