We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f22e9 commit df688f3Copy full SHA for df688f3
decompile/General/CDSYS/CDSYS_09_SpuEnableIRQ.c
@@ -2,7 +2,7 @@
2
3
void DECOMP_CDSYS_SpuEnableIRQ()
4
{
5
- for(int i = 0; i < 0x100; i++)
+ for(int i = 0; i < 0x200; i++)
6
7
sdata->SpuReadbackDst[i] = 0;
8
}
0 commit comments