Fix SRTV resolution.
This commit is contained in:
parent
84dcb34a06
commit
0612e4eeae
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user