mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 13:28:49 +00:00
Made viWidth point to config
This commit is contained in:
parent
92d1bfbb8b
commit
04c126123f
@ -124,10 +124,10 @@ void gx_set_video_mode(void *data, unsigned fbWidth, unsigned lines)
|
||||
VISetBlack(true);
|
||||
VIFlush();
|
||||
viHeightMultiplier = 1;
|
||||
viWidth = 640;
|
||||
viWidth = g_settings.video.viwidth;
|
||||
#if defined(HW_RVL)
|
||||
if (CONF_GetAspectRatio() == CONF_ASPECT_16_9)
|
||||
viWidth = 678;
|
||||
//if (CONF_GetAspectRatio() == CONF_ASPECT_16_9)
|
||||
//viWidth = 704;
|
||||
|
||||
progressive = CONF_GetProgressiveScan() > 0 && VIDEO_HaveComponentCable();
|
||||
switch (CONF_GetVideo())
|
||||
|
Loading…
Reference in New Issue
Block a user