mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Common: Refactor PointerWrap
This commit is contained in:
@ -482,7 +482,7 @@ void FrameDump::CloseVideoFile()
|
||||
|
||||
void FrameDump::DoState(PointerWrap& p)
|
||||
{
|
||||
if (p.GetMode() == PointerWrap::MODE_READ)
|
||||
if (p.IsReadMode())
|
||||
++m_savestate_index;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user