display manager: fix "use 1:1 pixel size" aspect ratio (re #2159)
This commit is contained in:
parent
c76515d7f7
commit
2a4ac1f7e1
|
@ -784,6 +784,11 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
if (GlobalWin.Config.DispFixAspectRatio)
|
||||
{
|
||||
if (GlobalWin.Config.DispManagerAR == EDispManagerAR.None)
|
||||
{
|
||||
vw = bufferWidth;
|
||||
vh = bufferHeight;
|
||||
}
|
||||
if (GlobalWin.Config.DispManagerAR == EDispManagerAR.System)
|
||||
{
|
||||
//Already set
|
||||
|
|
Loading…
Reference in New Issue