yuzu-mainline/src/core/hle
Subv 88c93a7436 Kernel/SVC: Partially implemented svcReplyAndReceive.
It behaves mostly as WaitSynchronizationN with wait_all = false, except for IPC buffer translation.

The target thread of an IPC response will now wake up when responding.
IPC buffer translation is currently not implemented.
Error passing back to svcSendSyncRequest is currently not implemented.
2017-06-25 23:38:28 -05:00
..
applets Remove some unnecessary inclusions of video_core.h 2017-05-27 18:41:24 -07:00
kernel Kernel/ServerSession: Keep track of which threads have issued sync requests. 2017-06-25 14:47:25 -05:00
service Services/UDS: Set the proper bit in the ConnectionStatus structure when creating a network. (#2738) 2017-06-13 22:00:58 +03:00
config_mem.cpp
config_mem.h
function_wrappers.h Kernel/SVC: Partially implemented svcReplyAndReceive. 2017-06-25 23:38:28 -05:00
ipc_helpers.h Kernel: Allow clearing request_objects to re-use buffer space 2017-06-11 13:10:21 -07:00
ipc.h ServiceFramework: Use separate copy of command buffer 2017-06-11 13:07:33 -07:00
result.h ResultVal: Add more convenience utils for creating and cascading results 2017-06-06 00:51:57 -07:00
shared_page.cpp shared_page: stub battery state 2017-03-21 13:25:56 +02:00
shared_page.h shared_page: stub battery state 2017-03-21 13:25:56 +02:00
svc.cpp Kernel/SVC: Partially implemented svcReplyAndReceive. 2017-06-25 23:38:28 -05:00
svc.h