Fixed savestate for mapper 71
This commit is contained in:
parent
fb49fbb6c9
commit
ab48fd595c
1 changed files with 5 additions and 0 deletions
|
@ -33,4 +33,9 @@ protected:
|
|||
_mirroringType = (value & 0x10) ? MirroringType::ScreenAOnly : MirroringType::ScreenBOnly;
|
||||
}
|
||||
}
|
||||
|
||||
virtual void StreamState(bool saving)
|
||||
{
|
||||
Stream<bool>(_bf9097Mode);
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue