yuzu/src/core/hle/kernel
2016-05-12 20:01:59 -05:00
..
address_arbiter.cpp
address_arbiter.h
event.cpp svc: Make ResetType an enum class 2016-03-12 15:06:31 -05:00
event.h svc: Move ResetType enum to the kernel event header 2016-03-12 21:47:41 -05:00
kernel.cpp
kernel.h
memory.cpp Kernel/Memory: Remove the Shared Memory region from the legacy memory map. 2016-05-12 20:00:33 -05:00
memory.h
mutex.cpp
mutex.h
process.cpp Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. 2016-05-12 20:00:29 -05:00
process.h Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). 2016-05-07 10:23:03 -05:00
resource_limit.cpp
resource_limit.h
semaphore.cpp
semaphore.h
session.cpp
session.h session: Make helper functions constexpr 2016-03-21 04:07:03 -04:00
shared_memory.cpp Kernel: Account for automatically-allocated shared memories in the amount of used linear heap memory. 2016-05-12 20:01:59 -05:00
shared_memory.h Kernel: Implemented shared memory permissions. 2016-05-12 20:01:26 -05:00
thread.cpp hle: Get rid of global access to g_reschedule 2016-03-21 02:57:12 -04:00
thread.h
timer.cpp svc: Make ResetType an enum class 2016-03-12 15:06:31 -05:00
timer.h svc: Move ResetType enum to the kernel event header 2016-03-12 21:47:41 -05:00
vm_manager.cpp
vm_manager.h