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 9db8f49 commit d051c01Copy full SHA for d051c01
arm9/source/main.c
@@ -152,7 +152,6 @@ static int runNdsFile(configuration* conf) {
152
// Debug
153
debug = conf->debug;
154
if (debug) {
155
- powerOff(PM_BACKLIGHT_TOP);
156
consoleDemoInit();
157
158
fifoSetValue32Handler(FIFO_USER_02, myFIFOValue32Handler, NULL);
@@ -312,16 +311,12 @@ static int runNdsFile(configuration* conf) {
312
311
switch(conf->backlightMode) {
313
case 0:
314
default:
315
- powerOn(PM_BACKLIGHT_TOP);
316
- powerOn(PM_BACKLIGHT_BOTTOM);
317
break;
318
case 1:
319
320
powerOff(PM_BACKLIGHT_BOTTOM);
321
322
case 2:
323
powerOff(PM_BACKLIGHT_TOP);
324
325
326
case 3:
327
0 commit comments