Add better savestate error handling.
Aborts when it can't load.
This commit is contained in:
parent
117ffaeb60
commit
fe97fd6fc5
7 changed files with 37 additions and 8 deletions
|
@ -422,6 +422,7 @@ void MetaFileSystem::DoState(PointerWrap &p)
|
|||
p.Do(n);
|
||||
if (n != (u32) fileSystems.size())
|
||||
{
|
||||
p.SetError(p.ERROR_FAILURE);
|
||||
ERROR_LOG(FILESYS, "Savestate failure: number of filesystems doesn't match.");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue