System: Include SIO in save state

pull/22/head
Connor McLaughlin 5 years ago
parent b6aa2a6496
commit fb0aad0917

@ -278,6 +278,9 @@ bool System::DoState(StateWrapper& sw)
if (!sw.DoMarker("MDEC") || !m_mdec->DoState(sw))
return false;
if (!sw.DoMarker("SIO") || !m_sio->DoState(sw))
return false;
return !sw.HasError();
}

Loading…
Cancel
Save