* Android's InputStream::skip is apparently buggy, so instead read into a dummy buffer
This commit is contained in:
parent
116a6faf2f
commit
aa76adf490
2 changed files with 11 additions and 10 deletions
|
@ -89,7 +89,6 @@ typedef struct SDL_RWops
|
|||
void *fileNameRef;
|
||||
void *inputStream;
|
||||
void *inputStreamRef;
|
||||
void *skipMethod;
|
||||
void *readableByteChannel;
|
||||
void *readableByteChannelRef;
|
||||
void *readMethod;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue