mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Removed specific viWidth for 16:9 mode, not needed anymore
This commit is contained in:
parent
1ea548d068
commit
7a936f9719
@ -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