mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Fix: Check for bootmenu keys in bootloader
This commit is contained in:
parent
5d9ed651cb
commit
d847944462
@ -1703,7 +1703,7 @@ u32 GodMode(bool is_b9s) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef AL3X10MODE
|
#ifndef AL3X10MODE
|
||||||
bootmenu = bootloader && CheckButton(BOOTMENU_KEY); // second check for boot menu keys
|
bootmenu = bootmenu || (bootloader && CheckButton(BOOTMENU_KEY)); // second check for boot menu keys
|
||||||
while (HID_STATE & BUTTON_ANY); // don't continue while any button is held
|
while (HID_STATE & BUTTON_ANY); // don't continue while any button is held
|
||||||
#endif
|
#endif
|
||||||
while (timer_msec( timer ) < 500); // show splash for at least 0.5 sec
|
while (timer_msec( timer ) < 500); // show splash for at least 0.5 sec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user