diff --git a/glfw/src/win32_joystick.c b/glfw/src/win32_joystick.c index 49f3b871d5c9309e0e8610af3acd047bc6bfb508..efa813315949f9c4bf2f3d409a41da8f2e9494ce 100644 --- a/glfw/src/win32_joystick.c +++ b/glfw/src/win32_joystick.c @@ -667,8 +667,7 @@ void _glfwInitJoysticksWin32(void) "DI: Failed to create interface"); } } - - _glfwDetectJoystickConnectionWin32(); +// The initialization takes a long time on a specific computer _glfwDetectJoystickConnectionWin32(); } // Close all opened joystick handles