Skip to content

Commit

Permalink
Set the backup storage of Top Gun - Combat Zones to none.
Browse files Browse the repository at this point in the history
Fix #29.
  • Loading branch information
Arignir committed Mar 17, 2024
1 parent c896af6 commit 046d753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gba/db.c
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ static struct game_entry game_database[] = {
(struct game_entry){.code = "BTO", .storage = BACKUP_EEPROM_64K,.gpio = GPIO_NONE, .title = "Tony Hawk's Underground"},
(struct game_entry){.code = "B2T", .storage = BACKUP_EEPROM_64K,.gpio = GPIO_NONE, .title = "Tony Hawk's Underground 2"},
(struct game_entry){.code = "AT7", .storage = BACKUP_NONE, .gpio = GPIO_NONE, .title = "Tootuff - The Gagmachine"},
(struct game_entry){.code = "A2Y", .storage = BACKUP_FLASH64, .gpio = GPIO_NONE, .title = "Top Gun - Combat Zones"},
(struct game_entry){.code = "A2Y", .storage = BACKUP_NONE, .gpio = GPIO_NONE, .title = "Top Gun - Combat Zones"},
(struct game_entry){.code = "ATG", .storage = BACKUP_NONE, .gpio = GPIO_NONE, .title = "Top Gun - Firestorm Advance"},
(struct game_entry){.code = "B27", .storage = BACKUP_EEPROM_4K, .gpio = GPIO_NONE, .title = "Top Spin 2"},
(struct game_entry){.code = "ATC", .storage = BACKUP_EEPROM_4K, .gpio = GPIO_NONE, .title = "TopGear GT Championship"},
Expand Down

0 comments on commit 046d753

Please sign in to comment.