aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2021-08-30 20:28:51 +0200
committerArisotura <thetotalworm@gmail.com>2021-08-30 20:28:51 +0200
commite7f0923623da4e83eb94a6a01af4170eba267784 (patch)
treefabca8ed38149f171ea1e579979d5d8bd53052f5 /src
parent523552a92d16fb1f3a367cd2f7ee382bb09a0772 (diff)
maybe don't leave in debug code, you derp
Diffstat (limited to 'src')
-rw-r--r--src/NDS.cpp2
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;
}