We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5f219 commit d7801e7Copy full SHA for d7801e7
retail/arm9/source/main.cpp
@@ -157,6 +157,9 @@ static inline void debugConf(configuration* conf) {
157
dbg_printf("boostCpu: %s\n", btoa(conf->boostCpu));
158
dbg_printf("gameSoftReset: %s\n", btoa(conf->gameSoftReset));
159
dbg_printf("forceSleepPatch: %s\n", btoa(conf->forceSleepPatch));
160
+ if (debug) {
161
+ dopause();
162
+ }
163
dbg_printf("logging: %s\n", btoa(conf->logging));
164
dbg_printf("initDisc: %s\n", btoa(conf->initDisc));
165
//dbg_printf("dldiPatchNds: %s\n", btoa(conf->dldiPatchNds));
0 commit comments