NSF: Fixed minimum window size being set to 0 after loading NSF files
This commit is contained in:
parent
d6d188282c
commit
f550b83025
1 changed files with 5 additions and 0 deletions
|
@ -563,6 +563,11 @@ namespace Mesen.GUI.Forms
|
||||||
enabled = false;
|
enabled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(_fullscreenMode == enabled) {
|
||||||
|
//Fullscreen mode already matches, no need to do anything
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
//Setup message to show on screen when paused while in fullscreen (instructions to revert to windowed mode)
|
//Setup message to show on screen when paused while in fullscreen (instructions to revert to windowed mode)
|
||||||
InteropEmu.SetPauseScreenMessage("");
|
InteropEmu.SetPauseScreenMessage("");
|
||||||
if(enabled) {
|
if(enabled) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue