SDL_config_os2.h: enable SDL_JOYSTICK_VIRTUAL

This commit is contained in:
Ozkan Sezer 2023-12-21 08:55:02 +03:00
parent eba591a910
commit ca26cde4e1

View file

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