IOS/FS: Don't savestate m_root_path

The NAND root path can be different on different systems,
so we must not savestate it.
This commit is contained in:
JosJuice
2019-04-11 18:50:15 +02:00
parent d5ed3cbd88
commit 822acf9ab9
2 changed files with 1 additions and 3 deletions

View File

@ -53,8 +53,6 @@ HostFileSystem::~HostFileSystem() = default;
void HostFileSystem::DoState(PointerWrap& p)
{
p.Do(m_root_path);
// Temporarily close the file, to prevent any issues with the savestating of /tmp
for (Handle& handle : m_handles)
handle.host_file.reset();