diff --git a/source/ControllerSwitch/SwitchControllerHandler.cpp b/source/ControllerSwitch/SwitchControllerHandler.cpp index 8730c0e..bd165c6 100644 --- a/source/ControllerSwitch/SwitchControllerHandler.cpp +++ b/source/ControllerSwitch/SwitchControllerHandler.cpp @@ -5,7 +5,7 @@ #define JOYSTICK_MIN_FIXED (JOYSTICK_MIN + 1) static_assert( - JOYSTICK_MAX_FIXED <= 32767 && JOYSTICK_MIN_FIXED >= -32767, + JOYSTICK_MAX_FIXED == 32767 && JOYSTICK_MIN_FIXED == -32767, "Seems like you're using a libnx build that has fixed the joystick values, please remove these _FIXED defines and use the unmodified joystick values instead" );