See desc for more.
[MAKEFILE]: Properly use PATH for Bannertool and Makerom instead of hardcoded to the root directory on Windows. [QUEUE SYSTEM]: Do not allow going to Home Menu if queue isn't done. Or better said: Show the prompt message with the side effects.
This commit is contained in:
parent
65616e8f58
commit
2b4e67e469
3 changed files with 13 additions and 5 deletions
|
|
@ -196,6 +196,10 @@ Result Init::MainLoop() {
|
|||
|
||||
if (!exiting) Gui::ScreenLogic(hDown, hHeld, touch, true, false);
|
||||
|
||||
if (aptCheckHomePressRejected()) {
|
||||
if (Msg::promptMsg(Lang::get("FEATURE_SIDE_EFFECTS"))) aptSetHomeAllowed(true);
|
||||
};
|
||||
|
||||
if (exiting) {
|
||||
if (hDown & KEY_START) fullExit = true; // Make it optionally faster.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue