gpsp/psp
David Guillen Fandos 3cab8596b8 Fix SWI handling (disable IRQs)
This introduced a potential race condition between the start of a SWI
and the BIOS handling the exception by returning to system mode. During
this ~10 instruction window, having an IRQ that issues a SWI causes bad
behaviour that results in crashes or other weirdness.
Fixes a couple of games and potentially many weird and obscure bugs here
and there (hard to reproduce sometimes).
2021-09-17 22:22:01 +02:00
..
mips_emit.h Cleanup unused stuff in mips and arm 2021-09-15 20:34:21 +02:00
mips_stub.S Fix SWI handling (disable IRQs) 2021-09-17 22:22:01 +02:00