diff --git a/src/null_joystick.c b/src/null_joystick.c index 2311d91f..afd65e15 100644 --- a/src/null_joystick.c +++ b/src/null_joystick.c @@ -31,7 +31,7 @@ ////// GLFW platform API ////// ////////////////////////////////////////////////////////////////////////// -int _glfwPlatformPollJoystick(int jid, int mode) +int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) { return GLFW_FALSE; }