Redraw display after changing video filter. (Regression from commit 8622a33.)
This commit is contained in:
parent
8622a334a2
commit
35a2ca9721
|
@ -4477,6 +4477,9 @@ void FilterUpdate(HWND hwnd, bool user)
|
||||||
SetRotate(hwnd, video.rotation, false);
|
SetRotate(hwnd, video.rotation, false);
|
||||||
if(user && windowSize==0) {}
|
if(user && windowSize==0) {}
|
||||||
else ScaleScreen(windowSize, false);
|
else ScaleScreen(windowSize, false);
|
||||||
|
if (romloaded)
|
||||||
|
Display();
|
||||||
|
|
||||||
WritePrivateProfileInt("Video", "Filter", video.currentfilter, IniName);
|
WritePrivateProfileInt("Video", "Filter", video.currentfilter, IniName);
|
||||||
WritePrivateProfileInt("Video", "Width", video.width, IniName);
|
WritePrivateProfileInt("Video", "Width", video.width, IniName);
|
||||||
WritePrivateProfileInt("Video", "Height", video.height, IniName);
|
WritePrivateProfileInt("Video", "Height", video.height, IniName);
|
||||||
|
|
Loading…
Reference in New Issue