1
0
mirror of synced 2025-03-01 07:00:29 +01:00
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

View File

@ -437,7 +437,7 @@ static int detectGame(uint32_t elf_crc)
config.gameDVP = "DVP-0018-SDX"; config.gameDVP = "DVP-0018-SDX";
config.gameID = "SBMN"; config.gameID = "SBMN";
config.gameReleaseYear = "2006 ?"; config.gameReleaseYear = "2006 ?";
config.gameNativeResolutions = "640x480"; config.gameNativeResolutions = "";
config.gameStatus = WORKING; config.gameStatus = WORKING;
config.jvsIOType = SEGA_TYPE_1; config.jvsIOType = SEGA_TYPE_1;
config.gameType = ABC; config.gameType = ABC;
@ -451,7 +451,7 @@ static int detectGame(uint32_t elf_crc)
config.gameDVP = "DVP-0018A-SDX"; config.gameDVP = "DVP-0018A-SDX";
config.gameID = "SBMN"; config.gameID = "SBMN";
config.gameReleaseYear = "2006 ?"; config.gameReleaseYear = "2006 ?";
config.gameNativeResolutions = "640x480"; config.gameNativeResolutions = "";
config.gameStatus = WORKING; config.gameStatus = WORKING;
config.jvsIOType = SEGA_TYPE_1; config.jvsIOType = SEGA_TYPE_1;
config.gameType = ABC; config.gameType = ABC;