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

Fix SRTV resolution.

This commit is contained in:
Rolel 2024-12-31 14:00:43 +01:00
parent 84dcb34a06
commit 0612e4eeae

View File

@ -495,7 +495,7 @@ static int detectGame(uint32_t elf_crc)
config.gameStatus = WORKING;
config.gameType = DRIVING;
config.width = 1280;
config.height = 700;
config.height = 768;
return 0;
}
break;