Video: Fixed scale issues when loading/resetting games

This commit is contained in:
Souryo 2016-07-29 18:24:24 -04:00
parent 32732caaa1
commit c46550663e

View file

@ -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;