Removed specific viWidth for 16:9 mode, not needed anymore

This commit is contained in:
SuperrSonic 2014-10-03 20:31:52 -04:00
parent 1ea548d068
commit 7a936f9719

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();