yuzu/src/core/hle/kernel
2017-06-11 13:10:21 -07:00
..
address_arbiter.cpp Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
address_arbiter.h Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
client_port.cpp Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 2017-06-06 02:56:32 -07:00
client_port.h Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
client_session.cpp Session: Remove/add some forward declarations 2017-06-08 00:33:57 -07:00
client_session.h Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
errors.h Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
event.cpp
event.h Kernel: Move WaitObject to a separate file 2017-05-29 16:16:46 -07:00
handle_table.cpp Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
handle_table.h Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
hle_ipc.cpp Kernel: Basic support for IPC translation for HLE services 2017-06-11 13:10:21 -07:00
hle_ipc.h Kernel: Basic support for IPC translation for HLE services 2017-06-11 13:10:21 -07:00
kernel.cpp Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
kernel.h Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
memory.cpp Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
memory.h
mutex.cpp
mutex.h Kernel: Move WaitObject to a separate file 2017-05-29 16:16:46 -07:00
process.cpp Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
process.h
resource_limit.cpp Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
resource_limit.h
semaphore.cpp Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
semaphore.h Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
server_port.cpp Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 2017-06-06 02:56:32 -07:00
server_port.h Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 2017-06-06 02:56:32 -07:00
server_session.cpp Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 2017-06-06 02:56:32 -07:00
server_session.h Session: Remove/add some forward declarations 2017-06-08 00:33:57 -07:00
session.cpp
session.h
shared_memory.cpp Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
shared_memory.h
thread.cpp Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
thread.h Kernel: Move WaitObject to a separate file 2017-05-29 16:16:46 -07:00
timer.cpp Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
timer.h Kernel: Move WaitObject to a separate file 2017-05-29 16:16:46 -07:00
vm_manager.cpp Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
vm_manager.h Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
wait_object.cpp Kernel: Move WaitObject to a separate file 2017-05-29 16:16:46 -07:00
wait_object.h Kernel: Move WaitObject to a separate file 2017-05-29 16:16:46 -07:00