mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
fix 16:9 video init
This commit is contained in:
parent
293c111fe0
commit
d5557500ae
Binary file not shown.
@ -112,8 +112,8 @@ InitVideo ()
|
||||
|
||||
if(CONF_GetAspectRatio() == CONF_ASPECT_16_9)
|
||||
{
|
||||
vmode->viWidth = 708;
|
||||
screenwidth = 768;
|
||||
vmode->viWidth = 686;
|
||||
// screenwidth = 768;
|
||||
}
|
||||
|
||||
if (pal)
|
||||
|
Loading…
Reference in New Issue
Block a user