fix for issue 506

This commit is contained in:
dborth 2010-06-02 16:52:04 +00:00
parent 2d44e129a2
commit 2ffdd76b7c

View File

@ -760,7 +760,7 @@ update_video (int width, int height)
else // unfiltered and filtered mode
{
xscale = 320;
yscale = (vheight > (vmode->efbHeight/2)) ? (vheight / 2) : vheight;
yscale = vmode->efbHeight/2;
}
// match the original console's width for "widescreen" to prevent flickering