Merge branch 'master' into camera_betterer

This commit is contained in:
Arisotura
2022-09-26 21:27:41 +02:00
committed by GitHub
3 changed files with 15 additions and 6 deletions

View File

@ -2012,7 +2012,7 @@ void debug(u32 param)
fclose(shit);
/*FILE*
shit = fopen("debug/camera9.bin", "wb");
shit = fopen("debug/directboot9.bin", "wb");
for (u32 i = 0x02000000; i < 0x04000000; i+=4)
{
u32 val = DSi::ARM9Read32(i);