fix new bug in game extra padding

This commit is contained in:
zeromus 2016-03-27 21:01:50 -05:00
parent 82baec8e6b
commit e426b33017
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}