mirror of
https://github.com/libretro/Mesen.git
synced 2025-03-05 06:37:10 +00:00
UI: Fixed window size issue when switching between NSF files and games
This commit is contained in:
parent
688d10a66b
commit
146baad8d3
@ -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…
x
Reference in New Issue
Block a user