2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/kernel
Sebastian Valle 56d718b2a1 Merge pull request #2793 from Subv/replyandreceive
Kernel/SVC: Partially implemented svcReplyAndReceive
2017-06-29 17:05:22 -05: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 Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. 2017-06-29 12:30:34 -05:00
client_session.h Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. 2017-06-29 12:30:34 -05:00
errors.h Kernel: Implement AcceptSession SVC 2017-06-23 11:26:37 -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/IPC: Support translation of null handles 2017-06-21 14:27:03 -07:00
hle_ipc.h Kernel/IPC: Make HLERequestContext usable from outside kernel 2017-06-18 16:05:12 -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 ResultVal: Remove MoveFrom() 2017-06-18 19:03:15 -07:00
memory.h Kernel: Map special regions according to ExHeader 2017-05-09 21:44:00 -07:00
mutex.cpp
mutex.h Kernel: Move WaitObject to a separate file 2017-05-29 16:16:46 -07:00
process.cpp Kernel: Add comment about the extended linear heap area 2017-06-18 18:38:40 -07:00
process.h Kernel: Map special regions according to ExHeader 2017-05-09 21:44:00 -07:00
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: Implement AcceptSession SVC 2017-06-23 11:26:37 -07:00
server_port.h Kernel: Implement AcceptSession SVC 2017-06-23 11:26:37 -07:00
server_session.cpp Merge pull request #2793 from Subv/replyandreceive 2017-06-29 17:05:22 -05:00
server_session.h Kernel/ServerSession: Keep track of which threads have issued sync requests. 2017-06-25 14:47:25 -05:00
session.cpp
session.h Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 2017-05-15 11:22:15 -05:00
shared_memory.cpp Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
shared_memory.h
thread.cpp ResultVal: Remove MoveFrom() 2017-06-18 19:03:15 -07:00
thread.h Kernel: Move WaitObject to a separate file 2017-05-29 16:16:46 -07:00
timer.cpp ResultVal: Remove MoveFrom() 2017-06-18 19:03:15 -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