mirror of
https://github.com/SourMesen/Mesen.git
synced 2025-04-02 10:52:48 -04:00
UI: Fixed window size issue when switching between NSF files and games
This commit is contained in:
parent
688d10a66b
commit
146baad8d3
1 changed files with 3 additions and 0 deletions
|
@ -396,6 +396,9 @@ namespace Mesen.GUI.Forms
|
|||
InitializeStateMenu(mnuSaveState, true);
|
||||
InitializeStateMenu(mnuLoadState, false);
|
||||
this.StartEmuThread();
|
||||
this.BeginInvoke((MethodInvoker)(() => {
|
||||
UpdateViewerSize();
|
||||
}));
|
||||
break;
|
||||
|
||||
case InteropEmu.ConsoleNotificationType.PpuFrameDone:
|
||||
|
|
Loading…
Add table
Reference in a new issue