Start save stating the filesystem state.

Plus minor fixes and at least an attempt to make states the same
on both 32 and 64 bit.
This commit is contained in:
Unknown W. Brackets
2012-12-28 13:55:27 -08:00
parent e3e6f81dfa
commit 4b39e39455
15 changed files with 125 additions and 10 deletions
+5
View File
@@ -546,3 +546,8 @@ std::vector<PSPFileInfo> DirectoryFileSystem::GetDirListing(std::string path) {
return myVector;
}
void DirectoryFileSystem::DoState(PointerWrap &p) {
if (!entries.empty()) {
ERROR_LOG(FILESYS, "FIXME: Open files during savestate, could go badly.");
}
}