This commit is contained in:
CasualPokePlayer 2023-10-22 01:05:32 -07:00
parent 19552d6408
commit cfdf607373
1 changed files with 3 additions and 1 deletions

View File

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