all repos — mgba @ ea7534e8017adb2f03dac23ca65ad90385e6969d

mGBA Game Boy Advance Emulator

GBA: Add savegame override for Crash Bandicoot 2 JP
Jeffrey Pfau jeffrey@endrift.com
Tue, 15 Nov 2016 15:31:03 -0800
commit

ea7534e8017adb2f03dac23ca65ad90385e6969d

parent

8cc5339b1e257a1d6fdb9f96f07b474611dea9c8

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/gba/overrides.csrc/gba/overrides.c

@@ -30,6 +30,7 @@ { "U32E", SAVEDATA_EEPROM, HW_RTC | HW_LIGHT_SENSOR, IDLE_LOOP_NONE, false },

{ "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 },