mirror of
https://github.com/libretro/Mesen.git
synced 2024-11-28 03:20:24 +00:00
Potential fix for a crash that sometimes very rarely occurred when loading the emulator
This commit is contained in:
parent
ebf35e52ed
commit
3dfacb7289
@ -28,6 +28,11 @@ namespace Mesen.GUI.Forms
|
||||
{
|
||||
Application.ThreadException += Application_ThreadException;
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
base.OnLoad(e);
|
||||
|
||||
_notifListener = new InteropEmu.NotificationListener();
|
||||
_notifListener.OnNotification += _notifListener_OnNotification;
|
||||
|
Loading…
Reference in New Issue
Block a user