1
0
mirror of synced 2025-02-28 06:30:23 +01:00

Add default resolution for SRTV.

This commit is contained in:
Rolel 2024-12-31 12:34:17 +01:00
parent 9159153caf
commit 6eeaef6f5f

View File

@ -493,6 +493,8 @@ static int detectGame(uint32_t elf_crc)
config.gameID = "SBPF";
config.gameStatus = WORKING;
config.gameType = DRIVING;
config.width = 1280;
config.height = 700;
return 0;
}
break;