yuzu/src/core/hle
Subv b0ceb4df70 IPC: Skip the entire u64 of the command id when receiving an IPC request.
Service code now doesn't have to deal with this.
2018-01-07 17:11:45 -05:00
..
kernel IPC: Skip the entire u64 of the command id when receiving an IPC request. 2018-01-07 17:11:45 -05:00
service IPC: Skip the entire u64 of the command id when receiving an IPC request. 2018-01-07 17:11:45 -05:00
config_mem.cpp
config_mem.h
ipc_helpers.h IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects. 2018-01-07 17:11:43 -05:00
ipc.h IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects. 2018-01-07 17:11:43 -05:00
lock.cpp Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h hle: Use Switch formatted result codes. 2017-10-31 19:26:11 -04:00
romfs.cpp
romfs.h
shared_page.cpp hle: Remove a large amount of 3ds-specific service code. 2017-10-10 17:32:14 -04:00
shared_page.h