mirror of
https://github.com/SourMesen/Mesen.git
synced 2025-04-02 10:52:48 -04:00
Fixed stack overflow crash
This commit is contained in:
parent
37bbb5ea7a
commit
0a6a21e443
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ namespace Mesen.GUI
|
|||
} catch(IOException) {
|
||||
//Pipe was broken
|
||||
} finally {
|
||||
ListenForArguments();
|
||||
Thread.Sleep(10000);
|
||||
Task.Run(() => this.ListenForArguments());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue