yuzu/src/core/hle/kernel
Yuri Kunde Schlesner de79b6fc48 Merge pull request #1869 from wwylele/dont-be-lazy
Switch context to the same thread if necessary
2016-06-28 21:03:52 -07:00
..
address_arbiter.cpp
address_arbiter.h
client_port.cpp Kernel: Added ClientPort and ServerPort classes. 2016-06-05 09:35:31 -05:00
client_port.h Kernel/SVC: Implemented svcCreatePort. 2016-06-11 08:37:37 -05:00
event.cpp
event.h
kernel.cpp
kernel.h Kernel/SVC: Implemented svcCreatePort. 2016-06-11 08:37:37 -05:00
memory.cpp Memory: Fixed a regression caused by #1695 and #1689. 2016-05-14 11:24:19 -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 Merge pull request #1695 from Subv/tls_alloc 2016-05-12 21:51:35 -04:00
resource_limit.cpp
resource_limit.h
semaphore.cpp
semaphore.h
server_port.cpp Kernel/SVC: Implemented svcCreatePort. 2016-06-11 08:37:37 -05:00
server_port.h Kernel/SVC: Implemented svcCreatePort. 2016-06-11 08:37:37 -05:00
session.cpp
session.h Fix parameter name in EnableNotification 2016-05-31 10:06:00 +03:00
shared_memory.cpp HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block. 2016-05-12 20:01:59 -05:00
shared_memory.h HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block. 2016-05-12 20:01:59 -05:00
thread.cpp Merge pull request #1869 from wwylele/dont-be-lazy 2016-06-28 21:03:52 -07:00
thread.h Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. 2016-05-07 10:18:47 -05:00
timer.cpp
timer.h
vm_manager.cpp Memory: Added necessary headers and removed unnecessary header 2016-05-26 18:55:37 +01:00
vm_manager.h