mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
Exit UU with START, switch START actions to SELECT
This commit is contained in:
+2
-3
@@ -195,9 +195,8 @@ Result Init::MainLoop() {
|
||||
C3D_FrameEnd(0);
|
||||
|
||||
if (!exiting) Gui::ScreenLogic(hDown, hHeld, touch, true, false);
|
||||
|
||||
if (exiting) {
|
||||
if (hDown & KEY_START) fullExit = true; // Make it optionally faster.
|
||||
else {
|
||||
if (hidKeysDown() & KEY_START) fullExit = true; // Make it optionally faster.
|
||||
|
||||
if (fadeAlpha < 255) {
|
||||
fadeAlpha += 4;
|
||||
|
||||
Reference in New Issue
Block a user