diff options
author | Arisotura <thetotalworm@gmail.com> | 2021-08-30 20:28:51 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2021-08-30 20:28:51 +0200 |
commit | e7f0923623da4e83eb94a6a01af4170eba267784 (patch) | |
tree | fabca8ed38149f171ea1e579979d5d8bd53052f5 /src | |
parent | 523552a92d16fb1f3a367cd2f7ee382bb09a0772 (diff) |
maybe don't leave in debug code, you derp
Diffstat (limited to 'src')
-rw-r--r-- | src/NDS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp index ee174d1..00cbad3 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -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; } |