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-22
Merge pull request #2256 from bunnei/gpu-vmm
bunnei
2019-03-21
Merge pull request #2234 from lioncash/mutex
bunnei
2019-03-21
Merge pull request #2275 from lioncash/memflags
bunnei
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-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-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-12
kernel/process: Remove use of global system accessors
Lioncash
2019-03-12
Merge pull request #2211 from lioncash/arbiter
bunnei
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
core/hle/result: Remove now-unnecessary manually defined copy assignment oper...
Lioncash
2019-03-10
core/hle/result: Amend error in comment description for ResultCode
Lioncash
2019-03-10
core/hle/result: Remove now-unused constructor for ResultCode
Lioncash
2019-03-10
core/hle/result: Relocate IPC error code to ipc_helpers
Lioncash
[next]