mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
ANDROID: Compilation fix for 64-bit stream change
This commit is contained in:
parent
454cc0fff9
commit
8e55f03b6d
@ -89,7 +89,7 @@ uint32 AssetInputStream::read(void *dataPtr, uint32 dataSize) {
|
||||
return readlen;
|
||||
}
|
||||
|
||||
bool AssetInputStream::seek(int32 offset, int whence) {
|
||||
bool AssetInputStream::seek(int64 offset, int whence) {
|
||||
int res = AAsset_seek(_asset, offset, whence);
|
||||
if (res == -1) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user