Skip to content

Commit 11f9dea

Browse files
committed
oops
1 parent d6414c6 commit 11f9dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/NintendoSwitch/Controllers/Procon/NintendoSwitch_ProControllerTable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ class ProControllerStateRow : public ControllerStateRow, public ConfigOption::Li
3939

4040
private:
4141
MillisecondsCell DURATION;
42+
StringCell ACTION;
4243
CheckboxDropdownCell<Button> BUTTONS;
4344
EnumDropdownCell<DpadPosition> DPAD;
4445
SimpleIntegerCell<uint8_t> LEFT_JOYSTICK_X;
4546
SimpleIntegerCell<uint8_t> LEFT_JOYSTICK_Y;
4647
SimpleIntegerCell<uint8_t> RIGHT_JOYSTICK_X;
4748
SimpleIntegerCell<uint8_t> RIGHT_JOYSTICK_Y;
48-
StringCell ACTION;
4949
};
5050

5151

0 commit comments

Comments
 (0)