summaryrefslogtreecommitdiff
path: root/PcsxSrc/ix86/iR3000A.c
diff options
context:
space:
mode:
authorPixel <Pixel>2002-09-29 17:57:04 +0000
committerPixel <Pixel>2002-09-29 17:57:04 +0000
commit0e191c285677600f9852bff10e2bede5799883fa (patch)
treeede64e524aa4ea1d9a8b6f3111ce0f8968b8c88e /PcsxSrc/ix86/iR3000A.c
parent75d6916ec69878af6649dd41ccdc41b5df807230 (diff)
Petits changements ;-)
Diffstat (limited to 'PcsxSrc/ix86/iR3000A.c')
-rw-r--r--PcsxSrc/ix86/iR3000A.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PcsxSrc/ix86/iR3000A.c b/PcsxSrc/ix86/iR3000A.c
index c6ff128..7acf24e 100644
--- a/PcsxSrc/ix86/iR3000A.c
+++ b/PcsxSrc/ix86/iR3000A.c
@@ -111,7 +111,7 @@ static int recInit() {
memcpy(recLUT + 0xa000, recLUT, 0x80 * 4);
for (i=0; i<0x08; i++) recLUT[i + 0xbfc0] = (u32)&recROM[i << 16];
-
+
return 0;
}