mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
Merge branch 'master' into camera_betterer
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user