mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Add a bunch more missing cstring includes.
This commit is contained in:
@@ -723,7 +723,7 @@ void DirectoryFileSystem::DoState(PointerWrap &p) {
|
||||
p.Do(key);
|
||||
p.Do(iter->second.guestFilename);
|
||||
p.Do(iter->second.access);
|
||||
u32 position = iter->second.hFile.Seek(0, FILEMOVE_CURRENT);
|
||||
u32 position = (u32)iter->second.hFile.Seek(0, FILEMOVE_CURRENT);
|
||||
p.Do(position);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user