citra/src/core/hle
Ian Chamberlain f92f494cab
Stop execution when performing HIO request
Since the HIO request is basically treated like a syscall, we need to
stop emulation while waiting for the GDB client to reply with the
result. This ensures any memory queries etc. that GDB makes to fulfill
the HIO request are accessing memory as it was at the time of the
request, instead of afterwards.
2023-03-29 09:09:32 -04:00
..
applets applet: Fix HLE applet pre-start lifecycle. (#6362) 2023-03-25 22:36:14 +01:00
kernel Stop execution when performing HIO request 2023-03-29 09:09:32 -04:00
service apt: Fix exiting to game list on application close. (#6353) 2023-03-21 17:07:49 +01:00
ipc.h
ipc_helpers.h ipc_helpers: Make PushStaticBuffer take std::vector by value 2020-04-18 19:17:11 -04:00
lock.cpp
lock.h
result.h Finished archives; remove pod.h 2020-02-13 17:41:26 +08:00
romfs.cpp
romfs.h