diff --git a/source/plugin/ButtonComboManager.cpp b/source/plugin/ButtonComboManager.cpp index 969cf94..86053e9 100644 --- a/source/plugin/ButtonComboManager.cpp +++ b/source/plugin/ButtonComboManager.cpp @@ -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;