Merge branch 'master' of https://github.com/ayang64/kitty into master

This commit is contained in:
Kovid Goyal
2020-08-05 07:46:27 +05:30

View File

@@ -33,7 +33,7 @@
////// GLFW platform API ////// ////// GLFW platform API //////
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
int _glfwPlatformInitJoysticks(void) bool _glfwPlatformInitJoysticks(void)
{ {
return true; return true;
} }