diff options
| -rw-r--r-- | libpcsxcore/ix86/iR3000A.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/ix86/iR3000A.c b/libpcsxcore/ix86/iR3000A.c index f803bd21..47915d98 100644 --- a/libpcsxcore/ix86/iR3000A.c +++ b/libpcsxcore/ix86/iR3000A.c @@ -1920,7 +1920,8 @@ static void recSW() { CALL32M((u32)&GPU_writeStatus); #ifndef __WIN32__ resp+= 4; -#endif +#endif
+ return; } } // SysPrintf("unhandled w32 %x\n", addr); |
