SDX cabinets of After Burner Climax were widescreen, clearly not 640x480. Can't locate native resolution.
This commit is contained in:
Tovarichtch
2025-01-12 14:54:50 -05:00
parent 69c0156e57
commit ab7fbb7d5f
+2 -2
View File
@@ -437,7 +437,7 @@ static int detectGame(uint32_t elf_crc)
config.gameDVP = "DVP-0018-SDX";
config.gameID = "SBMN";
config.gameReleaseYear = "2006 ?";
config.gameNativeResolutions = "640x480";
config.gameNativeResolutions = "";
config.gameStatus = WORKING;
config.jvsIOType = SEGA_TYPE_1;
config.gameType = ABC;
@@ -451,7 +451,7 @@ static int detectGame(uint32_t elf_crc)
config.gameDVP = "DVP-0018A-SDX";
config.gameID = "SBMN";
config.gameReleaseYear = "2006 ?";
config.gameNativeResolutions = "640x480";
config.gameNativeResolutions = "";
config.gameStatus = WORKING;
config.jvsIOType = SEGA_TYPE_1;
config.gameType = ABC;