mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
add isBlockSectorMode to savestate
This commit is contained in:
parent
543b08ac07
commit
2d50f6e074
1 changed files with 2 additions and 0 deletions
|
@ -642,6 +642,7 @@ void ISOFileSystem::DoState(PointerWrap &p)
|
|||
p.Do(fd);
|
||||
p.Do(of.seekPos);
|
||||
p.Do(of.isRawSector);
|
||||
p.Do(of.isBlockSectorMode);
|
||||
p.Do(of.sectorStart);
|
||||
p.Do(of.openSize);
|
||||
|
||||
|
@ -666,6 +667,7 @@ void ISOFileSystem::DoState(PointerWrap &p)
|
|||
p.Do(it->first);
|
||||
p.Do(of.seekPos);
|
||||
p.Do(of.isRawSector);
|
||||
p.Do(of.isBlockSectorMode);
|
||||
p.Do(of.sectorStart);
|
||||
p.Do(of.openSize);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue