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/psp/SDL_sysjoystick.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/source/src/joystick/psp/SDL_sysjoystick.c b/source/src/joystick/psp/SDL_sysjoystick.c
index 228cbb2..262da85 100644
--- a/source/src/joystick/psp/SDL_sysjoystick.c
+++ b/source/src/joystick/psp/SDL_sysjoystick.c
@@ -177,12 +177,6 @@
return 0;
}
-/* Function to determine if this joystick is attached to the system right now */
-SDL_bool SDL_SYS_JoystickAttached(SDL_Joystick *joystick)
-{
- return SDL_TRUE;
-}
-
/* Function to update the state of a joystick - called as a device poll.
* This function shouldn't update the joystick structure directly,
* but instead should call SDL_PrivateJoystick*() to deliver events
--
Gitblit v1.9.3