mirror of
https://github.com/SourMesen/Mesen.git
synced 2025-04-02 10:52:48 -04:00
Video: Fixed scale issues when loading/resetting games
This commit is contained in:
parent
32732caaa1
commit
c46550663e
1 changed files with 1 additions and 1 deletions
|
@ -1524,7 +1524,7 @@ namespace Mesen.GUI.Forms
|
|||
this.ctrlNsfPlayer.Focus();
|
||||
|
||||
_currentGame = InteropEmu.NsfGetHeader().GetSongName();
|
||||
} else {
|
||||
} else if(this._isNsfPlayerMode) {
|
||||
this.MinimumSize = new Size(335, 320);
|
||||
this.SetScale(_regularScale);
|
||||
this._isNsfPlayerMode = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue