mirror of
https://github.com/libretro/Mesen.git
synced 2024-11-27 11:00:50 +00:00
Fixed FME7 save states
This commit is contained in:
parent
d44c8f7808
commit
37bbb5ea7a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user