mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 19:35:46 -04:00
System: Include SIO in save state
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user