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_winrt.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/source/include/SDL_config_winrt.h b/source/include/SDL_config_winrt.h
index fa03389..02079f5 100644
--- a/source/include/SDL_config_winrt.h
+++ b/source/include/SDL_config_winrt.h
@@ -181,6 +181,8 @@
 #define HAVE_SQRTF  1
 #define HAVE_TAN    1
 #define HAVE_TANF   1
+#define HAVE_TRUNC  1
+#define HAVE_TRUNCF 1
 #define HAVE__FSEEKI64 1
 
 /* Enable various audio drivers */
@@ -193,6 +195,7 @@
 #define SDL_JOYSTICK_DISABLED 1
 #define SDL_HAPTIC_DISABLED 1
 #else
+#define SDL_JOYSTICK_VIRTUAL    1
 #define SDL_JOYSTICK_XINPUT 1
 #define SDL_HAPTIC_XINPUT   1
 #endif

--
Gitblit v1.9.3