fix 16:9 video init

This commit is contained in:
Christopher Roy Bratusek 2012-11-12 19:28:58 +01:00
parent 293c111fe0
commit d5557500ae
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -112,8 +112,8 @@ InitVideo ()
if(CONF_GetAspectRatio() == CONF_ASPECT_16_9)
{
vmode->viWidth = 708;
screenwidth = 768;
vmode->viWidth = 686;
// screenwidth = 768;
}
if (pal)