mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
fix for issue 506
This commit is contained in:
parent
2d44e129a2
commit
2ffdd76b7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user