fix new bug in game extra padding
This commit is contained in:
parent
82baec8e6b
commit
e426b33017
|
@ -288,7 +288,7 @@ namespace BizHawk.Client.EmuHawk.Filters
|
|||
}
|
||||
ContentSize = new Size(LL.vw,LL.vh);
|
||||
|
||||
if (InputSize == ContentSize)
|
||||
if (InputSize == OutputSize) //any reason we need to check vx and vy?
|
||||
IsNOP = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue