From ca26cde4e13c6f06b16bc9b6369b05e893bf5a5d Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Thu, 21 Dec 2023 08:55:02 +0300 Subject: [PATCH] SDL_config_os2.h: enable SDL_JOYSTICK_VIRTUAL --- include/SDL_config_os2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_config_os2.h b/include/SDL_config_os2.h index 2effe1a880..c902bf92f0 100644 --- a/include/SDL_config_os2.h +++ b/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 */