tav: D1 res is 720x480

This commit is contained in:
minjaesong
2025-12-01 01:52:39 +09:00
parent c522244574
commit 79eb81e8d0

View File

@@ -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) {