diff options
Diffstat (limited to 'libpcsxcore/spu.c')
| -rw-r--r-- | libpcsxcore/spu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/spu.c b/libpcsxcore/spu.c index c3ad8b67..b78b5adc 100644 --- a/libpcsxcore/spu.c +++ b/libpcsxcore/spu.c @@ -25,6 +25,6 @@ #include "spu.h" void CALLBACK SPUirq(void) { - psxHu32ref(0x1070)|= SWAPu32(0x200); - psxRegs.interrupt|= 0x80000000; + psxHu32ref(0x1070) |= SWAPu32(0x200); + psxRegs.interrupt |= 0x80000000; } |
