Linux: Update joystick API in version strings

This commit is contained in:
Camilla Löwy
2017-08-07 11:34:06 +02:00
parent 5bc1c38159
commit 549308051d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ const char* _glfwPlatformGetVersionString(void)
#else
" gettimeofday"
#endif
" /dev/js"
" evdev"
#if defined(_GLFW_BUILD_DLL)
" shared"
#endif
+1 -1
View File
@@ -737,7 +737,7 @@ const char* _glfwPlatformGetVersionString(void)
#else
" gettimeofday"
#endif
" /dev/js"
" evdev"
#if defined(_GLFW_BUILD_DLL)
" shared"
#endif
+1 -1
View File
@@ -887,7 +887,7 @@ const char* _glfwPlatformGetVersionString(void)
" gettimeofday"
#endif
#if defined(__linux__)
" /dev/js"
" evdev"
#endif
#if defined(_GLFW_BUILD_DLL)
" shared"