diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-10 10:05:27 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-10 10:05:27 +0000 |
| commit | 45dac4a02a8ac6976dea295fd831bbcee0f8fd72 (patch) | |
| tree | f2b830a7a0e667442646432d14f2ff5dc0d7a64f /libpcsxcore/spu.c | |
| parent | ce894d34418f20f937ca1dfa532fa3f9afb61fee (diff) | |
| download | pcsxr-45dac4a02a8ac6976dea295fd831bbcee0f8fd72.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44475 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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; } |
