Skip to content
Snippets Groups Projects
Commit 54930805 authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Linux: Update joystick API in version strings

parent 5bc1c381
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ const char* _glfwPlatformGetVersionString(void)
#else
" gettimeofday"
#endif
" /dev/js"
" evdev"
#if defined(_GLFW_BUILD_DLL)
" shared"
#endif
......
......@@ -737,7 +737,7 @@ const char* _glfwPlatformGetVersionString(void)
#else
" gettimeofday"
#endif
" /dev/js"
" evdev"
#if defined(_GLFW_BUILD_DLL)
" shared"
#endif
......
......@@ -887,7 +887,7 @@ const char* _glfwPlatformGetVersionString(void)
" gettimeofday"
#endif
#if defined(__linux__)
" /dev/js"
" evdev"
#endif
#if defined(_GLFW_BUILD_DLL)
" shared"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment