Fixed savestate for mapper 71

This commit is contained in:
Souryo 2015-07-25 17:40:38 -04:00
parent fb49fbb6c9
commit ab48fd595c

View file

@ -33,4 +33,9 @@ protected:
_mirroringType = (value & 0x10) ? MirroringType::ScreenAOnly : MirroringType::ScreenBOnly; _mirroringType = (value & 0x10) ? MirroringType::ScreenAOnly : MirroringType::ScreenBOnly;
} }
} }
virtual void StreamState(bool saving)
{
Stream<bool>(_bf9097Mode);
}
}; };