maybe don't leave in debug code, you derp

This commit is contained in:
Arisotura 2021-08-30 20:28:51 +02:00
parent 523552a92d
commit e7f0923623
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}