spark: add 1080p50 videomode (needs neutrino fix)

This commit is contained in:
Stefan Seyfried
2012-04-14 10:56:36 +02:00
parent c4b359bf92
commit 75a4d2843b
2 changed files with 4 additions and 2 deletions

View File

@@ -303,7 +303,8 @@ int cVideo::SetVideoSystem(int video_system, bool remember)
"1080p30", // VIDEO_STD_1080P30
"1080p24", // VIDEO_STD_1080P24
"1080p25", // VIDEO_STD_1080P25
"1080p50" // VIDEO_STD_1080P50
"720p50", // VIDEO_STD_AUTO -> not implemented
"1080p50" // VIDEO_STD_1080P50 -> SPARK only
};
if (video_system > VIDEO_STD_MAX)