Skip to content

Commit

Permalink
Update inGameMenu.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Nov 1, 2022
1 parent 903a852 commit f4db18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retail/cardengine/arm7/source/inGameMenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void inGameMenu(void) {
if ((REG_EXTKEYINPUT & BIT(7)) && (valueBits & sleepMode)) {
// Save current power state.
int power = readPowerManagement(PM_CONTROL_REG);
// Set sleep LED. (Does not work)
// Set sleep LED. (Only works on DS/DS lite?)
writePowerManagement(PM_CONTROL_REG, PM_LED_CONTROL(1));

// Power down till we get our interrupt.
Expand Down

0 comments on commit f4db18c

Please sign in to comment.