Minor error fixed: "minus" available on JOYCON_L instead of "plus"

This commit is contained in:
Jack B. Du
2020-08-02 18:04:16 +04:00
parent f4a8db0f7d
commit a475d66a38
+1 -1
View File
@@ -118,7 +118,7 @@ class ButtonState:
self._available_buttons = {'y', 'x', 'b', 'a', 'sr', 'sl', 'r', 'zr',
'plus', 'r_stick', 'home'}
elif self.controller == Controller.JOYCON_L:
self._available_buttons = {'plus', 'l_stick', 'capture',
self._available_buttons = {'minus', 'l_stick', 'capture',
'down', 'up', 'right', 'left', 'sr', 'sl', 'l', 'zl'}
# byte 1