From afe30686045992f09902c1d11347bee9cf87adbd Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 15 Jun 2021 02:12:30 +0000
Subject: [PATCH] bump SDL2 includes to 2.0.14

---
 include/SDL2/SDL_rwops.h |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/include/SDL2/SDL_rwops.h b/include/SDL2/SDL_rwops.h
index 6674f50..2e6225f 100644
--- a/include/SDL2/SDL_rwops.h
+++ b/include/SDL2/SDL_rwops.h
@@ -96,15 +96,7 @@
 #if defined(__ANDROID__)
         struct
         {
-            void *fileNameRef;
-            void *inputStreamRef;
-            void *readableByteChannelRef;
-            void *readMethod;
-            void *assetFileDescriptorRef;
-            long position;
-            long size;
-            long offset;
-            int fd;
+            void *asset;
         } androidio;
 #elif defined(__WIN32__)
         struct

--
Gitblit v1.9.3