Common: Refactor PointerWrap

This commit is contained in:
Dentomologist
2022-05-25 13:06:41 -07:00
parent 7fcc866c41
commit f6b9acccfc
38 changed files with 108 additions and 106 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ void FrameDump::CloseVideoFile()
void FrameDump::DoState(PointerWrap& p)
{
if (p.GetMode() == PointerWrap::MODE_READ)
if (p.IsReadMode())
++m_savestate_index;
}