mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-16 17:59:17 +01: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