fix bug in displaymanager: sometimes emulator output source textures were getting filtered
This commit is contained in:
parent
373231379c
commit
eeff15b099
|
@ -70,6 +70,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
CurrentTextures[0] = CurrentTextures[1];
|
||||
CurrentTextures[1] = CurrentTexture;
|
||||
|
||||
//deterministic state, i guess
|
||||
CurrentTexture.SetFilterNearest();
|
||||
|
||||
return CurrentTexture;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue