Add 1920x1080 mode to TV out

Allows users to use 1080p modes on TV out, see bug #13034.
This commit is contained in:
Jesse Barnes
2007-11-15 10:07:34 -08:00
parent e56c166ceb
commit 7552d80e36

View File

@@ -1398,6 +1398,7 @@ static struct input_res {
{"1280x1024", 1280, 1024},
{"848x480", 848, 480},
{"1280x720", 1280, 720},
{"1920x108", 1920, 1080},
};
/**