mirror of
https://github.com/DarkStore-3DS/Universal-Core.git
synced 2026-07-03 00:39:23 +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 {
|
} else {
|
||||||
if (!screens.empty()) screens.top()->Logic(hDown, hHeld, touch);
|
if (!screens.empty()) screens.top()->Logic(hDown, hHeld, touch);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
|
||||||
if (!screens.empty()) screens.top()->Logic(hDown, hHeld, touch);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (!stack) {
|
if (!stack) {
|
||||||
if (usedScreen) usedScreen->Logic(hDown, hHeld, touch);
|
if (usedScreen) usedScreen->Logic(hDown, hHeld, touch);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (!screens.empty()) screens.top()->Logic(hDown, hHeld, touch);
|
if (!screens.empty()) screens.top()->Logic(hDown, hHeld, touch);
|
||||||
|
|||||||
Reference in New Issue
Block a user