mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-22 02:49:16 +01:00
Open menu if no autoboot option is selected
This commit is contained in:
parent
addcf74802
commit
5bb799dd3e
@ -365,7 +365,7 @@ int main(int argc, char **argv){
|
||||
VPADStatus vpad{};
|
||||
VPADRead(VPAD_CHAN_0, &vpad, 1, NULL);
|
||||
|
||||
if (vpad.hold & VPAD_BUTTON_PLUS) {
|
||||
if ((bootSelection == -1) || (vpad.hold & VPAD_BUTTON_PLUS)) {
|
||||
bootSelection = handleMenuScreen();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user