mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
tav: D1 res is 720x480
This commit is contained in:
@@ -2397,7 +2397,7 @@ static int parse_resolution(const char *res_str, int *width, int *height, const
|
||||
}
|
||||
if (strcmp(res_str, "d1") == 0 || strcmp(res_str, "D1") == 0) {
|
||||
*width = 720;
|
||||
*height = 486;
|
||||
*height = 480;
|
||||
return 1;
|
||||
}
|
||||
if (strcmp(res_str, "d1pal") == 0 || strcmp(res_str, "D1PAL") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user