mirror of
https://github.com/libretro/Mesen.git
synced 2025-03-03 22:07:10 +00:00
Mapper 176 save states fix
This commit is contained in:
parent
923fc072ee
commit
a9517ccd29
@ -22,6 +22,12 @@ protected:
|
||||
SelectPRGPage(3, (GetPRGPageCount() - 1) & 0x3F);
|
||||
}
|
||||
|
||||
void StreamState(bool saving)
|
||||
{
|
||||
BaseMapper::StreamState(saving);
|
||||
Stream(_registersEnabled);
|
||||
}
|
||||
|
||||
void WriteRegister(uint16_t addr, uint8_t value)
|
||||
{
|
||||
switch(addr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user