From 9cd2e9ec8fc0127393dfce9c0359d500c8c238be Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 09 Apr 2019 02:22:50 +0000
Subject: [PATCH] updae source to 2.0.9 source
---
source/src/joystick/iphoneos/SDL_sysjoystick_c.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/source/src/joystick/iphoneos/SDL_sysjoystick_c.h b/source/src/joystick/iphoneos/SDL_sysjoystick_c.h
index 7be5b04..12aa296 100644
--- a/source/src/joystick/iphoneos/SDL_sysjoystick_c.h
+++ b/source/src/joystick/iphoneos/SDL_sysjoystick_c.h
@@ -35,6 +35,7 @@
GCController __unsafe_unretained *controller;
int num_pause_presses;
+ Uint32 pause_button_down_time;
char *name;
SDL_Joystick *joystick;
@@ -44,9 +45,6 @@
int naxes;
int nbuttons;
int nhats;
-
- /* Steam Controller support */
- SDL_bool m_bSteamController;
struct joystick_hwdata *next;
} joystick_hwdata;
--
Gitblit v1.9.3