mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 16:59:08 +00:00
Woopsie.
This commit is contained in:
@@ -74,7 +74,7 @@ void MainMenu::Logic(u32 hDown, u32 hHeld, touchPosition touch) {
|
|||||||
Gui::setScreen(std::make_unique<Settings>());
|
Gui::setScreen(std::make_unique<Settings>());
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
mode = 0;
|
mode = 1;
|
||||||
Gui::setScreen(std::make_unique<Settings>());
|
Gui::setScreen(std::make_unique<Settings>());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user