mirror of https://github.com/mgba-emu/mgba.git
GBA Overrides: Add missing override for Drill Dozer (Europe)
This commit is contained in:
parent
9c7f15ad58
commit
91874af0c3
|
@ -53,6 +53,7 @@ static const struct GBACartridgeOverride _overrides[] = {
|
|||
// Drill Dozer
|
||||
{ "V49J", SAVEDATA_SRAM, HW_RUMBLE, IDLE_LOOP_NONE, false },
|
||||
{ "V49E", SAVEDATA_SRAM, HW_RUMBLE, IDLE_LOOP_NONE, false },
|
||||
{ "V49P", SAVEDATA_SRAM, HW_RUMBLE, IDLE_LOOP_NONE, false },
|
||||
|
||||
// e-Reader
|
||||
{ "PEAJ", SAVEDATA_FLASH1M, HW_EREADER, IDLE_LOOP_NONE },
|
||||
|
|
Loading…
Reference in New Issue