mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
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:
@ -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();
|
||||
|
Reference in New Issue
Block a user