mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-16 15:08:34 +00:00
The seek callback should return new offset.
Like lseek(). Not the passed param.
This commit is contained in:
parent
2ec8106809
commit
9406561492
@ -174,7 +174,7 @@ int64_t _MpegSeekbuffer(void *opaque, int64_t offset, int whence)
|
||||
return mpeg->m_streamSize;
|
||||
#endif
|
||||
}
|
||||
return offset;
|
||||
return mpeg->m_decodeNextPos;
|
||||
}
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user