From 84138b7719f60e475b9e70f0e708d9ae00a596f8 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Mon, 8 Nov 2021 21:15:04 +0300 Subject: [PATCH] minor update to os2 config file. --- include/SDL_config_os2.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/SDL_config_os2.h b/include/SDL_config_os2.h index 56025fed0..33e4ba866 100644 --- a/include/SDL_config_os2.h +++ b/include/SDL_config_os2.h @@ -33,12 +33,14 @@ #define SDL_POWER_DISABLED 1 #define SDL_HAPTIC_DISABLED 1 -#define SDL_HIDAPI_DISABLED 1 #define SDL_SENSOR_DUMMY 1 #define SDL_VIDEO_DRIVER_DUMMY 1 #define SDL_VIDEO_DRIVER_OS2 1 #define SDL_JOYSTICK_OS2 1 +#define SDL_HIDAPI_DISABLED 1 +/*#undef SDL_JOYSTICK_HIDAPI */ +/*#undef SDL_JOYSTICK_VIRTUAL */ /* Enable OpenGL support */ /* #undef SDL_VIDEO_OPENGL */