Skip to content

Commit df688f3

Browse files
author
Niko
committed
bugfix
1 parent 46f22e9 commit df688f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decompile/General/CDSYS/CDSYS_09_SpuEnableIRQ.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
void DECOMP_CDSYS_SpuEnableIRQ()
44
{
5-
for(int i = 0; i < 0x100; i++)
5+
for(int i = 0; i < 0x200; i++)
66
{
77
sdata->SpuReadbackDst[i] = 0;
88
}

0 commit comments

Comments
 (0)