GBA: Fix some warnings from a bad merge

This commit is contained in:
Jeffrey Pfau 2016-06-28 22:34:43 -07:00
parent 51f91685e2
commit 59821adb69
1 changed files with 4 additions and 4 deletions

View File

@ -33,9 +33,9 @@ static const struct GBACartridgeOverride _overrides[] = {
{ "ALGP", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE },
// Dragon Ball Z - The Legacy of Goku II
{ "ALFJ", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
{ "ALFE", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
{ "ALFP", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
{ "ALFJ", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE },
{ "ALFE", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE },
{ "ALFP", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE },
// Dragon Ball Z - Taiketsu
{ "BDBE", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE },
@ -157,7 +157,7 @@ static const struct GBACartridgeOverride _overrides[] = {
{ "A2YE", SAVEDATA_FORCE_NONE, HW_NONE, IDLE_LOOP_NONE },
// Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle
{ "BUHJ", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
{ "BUHJ", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE },
// Wario Ware Twisted
{ "RZWJ", SAVEDATA_SRAM, HW_RUMBLE | HW_GYRO, IDLE_LOOP_NONE },