citra/src/core/hle
Subv 9543e1a1bf HLE/IPC: Don't assert in HLERequestContext::AddStaticBuffer when there's already a static buffer with the desired id.
This could happen if the guest application performs a request with static buffer id X, and the service module responds with another static buffer with the same id X.
2017-11-28 09:01:15 -05:00
..
applets CoreTiming: Reworked CoreTiming (#3119) 2017-11-25 14:56:57 +01:00
kernel HLE/IPC: Don't assert in HLERequestContext::AddStaticBuffer when there's already a static buffer with the desired id. 2017-11-28 09:01:15 -05:00
service CoreTiming: Reworked CoreTiming (#3119) 2017-11-25 14:56:57 +01:00
config_mem.cpp
config_mem.h
function_wrappers.h SVC: Remove GetPointer usage in CreatePort. 2017-10-04 14:04:03 -05:00
ipc.h Kernel/IPC: Implement StaticBuffer translation for HLE services that use the HLERequestContext architecture. 2017-11-12 11:00:00 -05:00
ipc_helpers.h Kernel/IPC: Implement StaticBuffer translation for HLE services that use the HLERequestContext architecture. 2017-11-12 11:00:00 -05:00
lock.cpp hle/lock: Remove #pragma once in cpp file 2017-10-21 13:59:14 +01:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h
romfs.cpp
romfs.h
shared_page.cpp CoreTiming: Reworked CoreTiming (#3119) 2017-11-25 14:56:57 +01:00
shared_page.h
svc.cpp Merge pull request #3096 from Subv/arbitrateaddress 2017-11-15 09:16:16 -05:00
svc.h