citra/src
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
..
android Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
audio_core Implement app management support (suspend, resume, close, etc) (#6322) 2023-03-10 00:44:26 +01:00
citra Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
citra_qt Rework system title handling with up-to-date title list and region detection support. (#6356) 2023-03-29 13:55:29 +02:00
common Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
core Stop execution when performing HIO request 2023-03-29 09:09:32 -04:00
dedicated_room Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
input_common Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
network Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
tests build: Update to support multi-arch builds. 2023-01-07 01:09:32 -08:00
video_core Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
web_service Rework system title handling with up-to-date title list and region detection support. (#6356) 2023-03-29 13:55:29 +02:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00