Fixed FME7 save states

This commit is contained in:
Souryo 2017-02-18 12:58:40 -05:00
parent d44c8f7808
commit 37bbb5ea7a

View File

@ -37,6 +37,7 @@ protected:
void StreamState(bool saving) override
{
BaseMapper::StreamState(saving);
SnapshotInfo audio{ &_audio };
Stream(_command, _workRamValue, _irqEnabled, _irqCounterEnabled, _irqCounter, audio);
if(!saving) {