From dec7875a6e23212021e4d9080330a42832dfe02a Mon Sep 17 00:00:00 2001 From: Edward Rudd <urkle@outoforder.cc> Date: Tue, 15 Jun 2021 01:40:19 +0000 Subject: [PATCH] update SDL soruce to 2.0.14 --- source/include/SDL_config_psp.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/source/include/SDL_config_psp.h b/source/include/SDL_config_psp.h index 0cbb182..235fe08 100644 --- a/source/include/SDL_config_psp.h +++ b/source/include/SDL_config_psp.h @@ -136,6 +136,7 @@ /* Enable the PSP joystick driver (src/joystick/psp/\*.c) */ #define SDL_JOYSTICK_PSP 1 +#define SDL_JOYSTICK_VIRTUAL 1 /* Enable the dummy sensor driver */ #define SDL_SENSOR_DUMMY 1 -- Gitblit v1.9.3