Add Goodboy Galaxy to overrides

To enable rumble
This commit is contained in:
Daniel 2023-11-28 10:31:24 -06:00 committed by Vicki Pfau
parent 63b18687f0
commit dc9a2572d1
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ static const struct GBACartridgeOverride _overrides[] = {
// F-Zero - Climax
{ "BFTJ", SAVEDATA_FLASH1M, HW_NONE, IDLE_LOOP_NONE, false },
// Goodboy Galaxy
{ "2GBP", SAVEDATA_SRAM, HW_RUMBLE, IDLE_LOOP_NONE, false },
// Iridion II
{ "AI2E", SAVEDATA_FORCE_NONE, HW_NONE, IDLE_LOOP_NONE, false },
{ "AI2P", SAVEDATA_FORCE_NONE, HW_NONE, IDLE_LOOP_NONE, false },