summaryrefslogtreecommitdiff
path: root/libpcsxcore/spu.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-10 10:05:27 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-10 10:05:27 +0000
commit45dac4a02a8ac6976dea295fd831bbcee0f8fd72 (patch)
treef2b830a7a0e667442646432d14f2ff5dc0d7a64f /libpcsxcore/spu.c
parentce894d34418f20f937ca1dfa532fa3f9afb61fee (diff)
downloadpcsxr-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.c4
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;
}