mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Merge pull request #1086 from SuperrSonic/master
Removed specific viWidth for 16:9 mode, not needed anymore
This commit is contained in:
commit
625967ebe7
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user