Android: Access APK files using AssetFileDescriptor
This commit is contained in:
parent
b2b90c9f49
commit
678523ea7c
2 changed files with 217 additions and 117 deletions
|
@ -94,8 +94,11 @@ typedef struct SDL_RWops
|
|||
void *inputStreamRef;
|
||||
void *readableByteChannelRef;
|
||||
void *readMethod;
|
||||
void *assetFileDescriptorRef;
|
||||
long position;
|
||||
int size;
|
||||
long size;
|
||||
long offset;
|
||||
int fd;
|
||||
} androidio;
|
||||
#elif defined(__WIN32__)
|
||||
struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue