diff --git a/glfw/src/win32_joystick.c b/glfw/src/win32_joystick.c index 49f3b871d5c9309e0e8610af3acd047bc6bfb508..42a52004fbbe5d185db039ac03595067f2375e0e 100644 --- a/glfw/src/win32_joystick.c +++ b/glfw/src/win32_joystick.c @@ -667,8 +667,8 @@ 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