added 480i resolution

This commit is contained in:
louis
2016-02-14 15:38:02 +01:00
parent 8d69d73895
commit 210dc8d8cc
3 changed files with 5 additions and 2 deletions

View File

@@ -216,6 +216,9 @@ string GetScreenResolutionString(int width, int height, bool *isHD) {
case 720:
name = "sd576i";
break;
case 544:
name = "sd480i";
break;
default:
name = "sd576i";
break;