Browse Source

SDL_config_os2.h: enable SDL_JOYSTICK_VIRTUAL

Ozkan Sezer 1 year ago
parent
commit
ca26cde4e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL_config_os2.h

+ 1 - 1
include/SDL_config_os2.h

@@ -47,7 +47,7 @@
 /* dynamically loaded libusb-1.0 dll: */
 #define SDL_LIBUSB_DYNAMIC "usb100.dll"
 #endif
-/*#undef SDL_JOYSTICK_VIRTUAL */
+#define SDL_JOYSTICK_VIRTUAL 1
 
 /* Enable OpenGL support */
 /* #undef SDL_VIDEO_OPENGL */