mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-06 16:12:51 +02:00
Libretro: Enable battery save ram support for MBC2 and MBC7
This commit is contained in:
committed by
Rafael Kitover
parent
a9ab09f749
commit
1289e08cb4
@@ -110,10 +110,9 @@ static bool gb_hasbattery(void)
|
||||
case 0x1e: // MBC5
|
||||
//incomplete, does not save gbTAMA5ram
|
||||
case 0xfd: // TAMA5 + extended
|
||||
case 0x06: // MBC2
|
||||
case 0x22: // MBC7
|
||||
return true;
|
||||
// need to remap these
|
||||
//case 0x06: // MBC2
|
||||
//case 0x22: // MBC7
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user