mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-13 11:38:34 +00:00
Oops, typo.
This commit is contained in:
parent
1e32599f2d
commit
a56e3a1a99
@ -380,7 +380,7 @@ size_t VirtualDiscFileSystem::SeekFile(u32 handle, s32 position, FileMove type)
|
||||
{
|
||||
case FILEMOVE_BEGIN: entry.curOffset = position; break;
|
||||
case FILEMOVE_CURRENT: entry.curOffset += position; break;
|
||||
case FILEMOVE_END: entry.curOffset = entry.size - position; break;
|
||||
case FILEMOVE_END: entry.curOffset = entry.size + position; break;
|
||||
}
|
||||
|
||||
u32 off = entry.startOffset + entry.curOffset;
|
||||
|
Loading…
Reference in New Issue
Block a user