mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-24 06:45:27 +00:00
825450a373
Previously, invalidating icache could happen while running, which might cause the CPU to return into outer space. This runs such invalidations after letting the CPU exit. It was easy to trigger this with the debugger: step using the GE debugger, add a CPU memory breakpoint, then resume from the GE debugger. However, cheats and the like could cause similar issues.