fix #3807
This commit is contained in:
parent
19552d6408
commit
cfdf607373
|
@ -375,7 +375,9 @@ namespace BizHawk.Client.Common.Filters
|
|||
|
||||
if (InputSize == OutputSize) // any reason we need to check vx and vy?
|
||||
{
|
||||
Nop = true;
|
||||
// Yes, this is not supposed to be Nop, which has different meaning
|
||||
// (yes, this system is a mess, need to clean this up at some point)
|
||||
IsNop = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue