Skip to content

Commit d7801e7

Browse files
committed
Update main.cpp
1 parent ad5f219 commit d7801e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/arm9/source/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ static inline void debugConf(configuration* conf) {
157157
dbg_printf("boostCpu: %s\n", btoa(conf->boostCpu));
158158
dbg_printf("gameSoftReset: %s\n", btoa(conf->gameSoftReset));
159159
dbg_printf("forceSleepPatch: %s\n", btoa(conf->forceSleepPatch));
160+
if (debug) {
161+
dopause();
162+
}
160163
dbg_printf("logging: %s\n", btoa(conf->logging));
161164
dbg_printf("initDisc: %s\n", btoa(conf->initDisc));
162165
//dbg_printf("dldiPatchNds: %s\n", btoa(conf->dldiPatchNds));

0 commit comments

Comments
 (0)