diff --git a/BizHawk.Client.EmuHawk/DisplayManager/TextureFrugalizer.cs b/BizHawk.Client.EmuHawk/DisplayManager/TextureFrugalizer.cs index 5dc24e0713..4ae19f2966 100644 --- a/BizHawk.Client.EmuHawk/DisplayManager/TextureFrugalizer.cs +++ b/BizHawk.Client.EmuHawk/DisplayManager/TextureFrugalizer.cs @@ -70,6 +70,9 @@ namespace BizHawk.Client.EmuHawk CurrentTextures[0] = CurrentTextures[1]; CurrentTextures[1] = CurrentTexture; + //deterministic state, i guess + CurrentTexture.SetFilterNearest(); + return CurrentTexture; } }