mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-03-21 17:25:21 -05:00
Fix button mapping for button combo detection
This commit is contained in:
parent
2db2247806
commit
2c1586b4e9
|
|
@ -168,10 +168,10 @@ namespace {
|
|||
res |= WUPS_BUTTON_COMBO_BUTTON_B;
|
||||
}
|
||||
if (other & BCMPAD_BUTTON_X) {
|
||||
res |= WUPS_BUTTON_COMBO_BUTTON_B;
|
||||
res |= WUPS_BUTTON_COMBO_BUTTON_X;
|
||||
}
|
||||
if (other & BCMPAD_BUTTON_Y) {
|
||||
res |= WUPS_BUTTON_COMBO_BUTTON_B;
|
||||
res |= WUPS_BUTTON_COMBO_BUTTON_Y;
|
||||
}
|
||||
if (other & BCMPAD_BUTTON_LEFT) {
|
||||
res |= WUPS_BUTTON_COMBO_BUTTON_LEFT;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user