mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
maybe don't leave in debug code, you derp
This commit is contained in:
parent
523552a92d
commit
e7f0923623
@ -1510,7 +1510,7 @@ void MonitorARM9Jump(u32 addr)
|
||||
if ((!RunningGame) && NDSCart::CartROM)
|
||||
{
|
||||
if (addr == *(u32*)&NDSCart::CartROM[0x24])
|
||||
{debug(0);
|
||||
{
|
||||
printf("Game is now booting\n");
|
||||
RunningGame = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user