getting there!
This commit is contained in:
Arisotura
2019-06-20 03:19:51 +02:00
parent 000aa1f327
commit d943a51b96
5 changed files with 13 additions and 11 deletions

View File

@ -1600,7 +1600,7 @@ void debug(u32 param)
fwrite(&val, 4, 1, shit);
}
fclose(shit);*/
FILE*
/*FILE*
shit = fopen("debug/dump9.bin", "wb");
for (u32 i = 0x02000000; i < 0x04000000; i+=4)
{
@ -1614,7 +1614,7 @@ void debug(u32 param)
u32 val = DSi::ARM7Read32(i);
fwrite(&val, 4, 1, shit);
}
fclose(shit);
fclose(shit);*/
}