mirror of https://github.com/mgba-emu/mgba.git
GBA: Add savegame override for Crash Bandicoot 2 JP
This commit is contained in:
parent
8cc5339b1e
commit
ea7534e801
|
@ -30,6 +30,7 @@ static const struct GBACartridgeOverride _overrides[] = {
|
|||
{ "U32P", SAVEDATA_EEPROM, HW_RTC | HW_LIGHT_SENSOR, IDLE_LOOP_NONE, false },
|
||||
|
||||
// Crash Bandicoot 2 - N-Tranced
|
||||
{ "AC8J", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
|
||||
{ "AC8E", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
|
||||
{ "AC8P", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
|
||||
|
||||
|
|
Loading…
Reference in New Issue