mirror of
https://github.com/DarkStore-3DS/Universal-Core.git
synced 2026-07-02 16:59:05 +00:00
Ehh.. second oops(?).
This commit is contained in:
@@ -314,14 +314,11 @@ void Gui::ScreenLogic(u32 hDown, u32 hHeld, touchPosition touch, bool waitFade,
|
||||
} else {
|
||||
if (!screens.empty()) screens.top()->Logic(hDown, hHeld, touch);
|
||||
}
|
||||
|
||||
} else {
|
||||
if (!screens.empty()) screens.top()->Logic(hDown, hHeld, touch);
|
||||
}
|
||||
|
||||
} else {
|
||||
if (!stack) {
|
||||
if (usedScreen) usedScreen->Logic(hDown, hHeld, touch);
|
||||
if (usedScreen) usedScreen->Logic(hDown, hHeld, touch);
|
||||
|
||||
} else {
|
||||
if (!screens.empty()) screens.top()->Logic(hDown, hHeld, touch);
|
||||
|
||||
Reference in New Issue
Block a user