Merge pull request #1086 from SuperrSonic/master

Removed specific viWidth for 16:9 mode, not needed anymore
This commit is contained in:
Twinaphex 2014-10-04 02:44:39 +02:00
commit 625967ebe7

View File

@ -127,8 +127,6 @@ void gx_set_video_mode(void *data, unsigned fbWidth, unsigned lines)
viWidth = g_settings.video.viwidth;
#if defined(HW_RVL)
#if 0
if (CONF_GetAspectRatio() == CONF_ASPECT_16_9)
viWidth = 704;
#endif
progressive = CONF_GetProgressiveScan() > 0 && VIDEO_HaveComponentCable();