mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-03-21 17:25:21 -05:00
Exit the config menu when you RELEASE the home button
This commit is contained in:
parent
7aaa35197d
commit
e3d3f8a12e
|
|
@ -184,7 +184,7 @@ void ConfigUtils::displayMenu() {
|
|||
}
|
||||
}
|
||||
|
||||
if (buttonsTriggered & VPAD_BUTTON_HOME) {
|
||||
if (buttonsReleased & VPAD_BUTTON_HOME) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user