flycast/core/rec-x86
Flyinghead 9793e54646 avoid deadlock when sh4 cpu is restarted while emu is being stopped
The sh4 cpu is stopped/restarted during a soft reset, and dynarec code
reset (arm64, arm, x86). If the emulator is stopped concurrently, the
call may hang. Use a mutex-protected method to restart the cpu only if
the emu is still running.
2024-10-12 17:31:58 +02:00
..
rec_x86.cpp avoid deadlock when sh4 cpu is restarted while emu is being stopped 2024-10-12 17:31:58 +02:00
rec_x86.h sh4 dynarec refactoring 2023-09-12 16:52:25 +02:00
x86_ops.cpp uwp: add support for arm64 2023-07-30 18:03:32 +02:00
x86_regalloc.h dynarec: reg alloc 64-bit regs. avoid some interpreter fallbacks 2022-12-23 16:06:54 +01:00