diff --git a/glfw/null_joystick.c b/glfw/null_joystick.c index f3d8528f6..ff525c501 100644 --- a/glfw/null_joystick.c +++ b/glfw/null_joystick.c @@ -33,7 +33,7 @@ ////// GLFW platform API ////// ////////////////////////////////////////////////////////////////////////// -int _glfwPlatformInitJoysticks(void) +bool _glfwPlatformInitJoysticks(void) { return true; }