Video: Fixed bilinear filter toggle logic
This commit is contained in:
parent
6be4d14834
commit
d0f3c8ea6a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace NES
|
|||
_nesFrameWidth = width;
|
||||
_newFrameBufferSize = width*height;
|
||||
|
||||
bool needReset = _fullscreen != _newFullscreen;
|
||||
bool needReset = _fullscreen != _newFullscreen || _resizeFilter != EmulationSettings::GetVideoResizeFilter();
|
||||
bool fullscreenResizeMode = _fullscreen && _newFullscreen;
|
||||
|
||||
if(_pSwapChain && _fullscreen && !_newFullscreen) {
|
||||
|
|
Loading…
Add table
Reference in a new issue