Skip to content

Commit

Permalink
DS Classic Menu: Fix settings icon moving instead of manual icon when…
Browse files Browse the repository at this point in the history
… touching it
  • Loading branch information
RocketRobz committed Nov 9, 2023
1 parent 90a57c7 commit 7ff0d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickmenu/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ int dsClassicMenu(void) {
showCursor = false;
fadeType = false; // Fade to white
mmEffectEx(&snd_launch);
moveIconUp[5] = true;
moveIconUp[(selectedPosition == MenuEntry::SETTINGS) ? 5 : 6] = true;
for (int i = 0; i < 50; i++) {
swiWaitForVBlank();
}
Expand Down

0 comments on commit 7ff0d44

Please sign in to comment.