mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Check Linux joystick init on Wayland and Mir
This commit is contained in:
+3
-1
@@ -587,8 +587,10 @@ int _glfwPlatformInit(void)
|
||||
if (!_glfwInitEGL())
|
||||
return GLFW_FALSE;
|
||||
|
||||
if (!_glfwInitJoysticksLinux())
|
||||
return GLFW_FALSE;
|
||||
|
||||
_glfwInitTimerPOSIX();
|
||||
_glfwInitJoysticksLinux();
|
||||
|
||||
if (_glfw.wl.pointer && _glfw.wl.shm)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user