mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-02 11:25:46 +00:00
gdb: Catch SocketException from TcpListener#Start
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Ryujinx.HLE.Debugger
|
||||
|
||||
ARMeilleure.Optimizations.EnableDebugging = true;
|
||||
|
||||
_debuggerThread = new Thread(DebuggerThreadMain);
|
||||
_debuggerThread = new Thread(MainLoop);
|
||||
_debuggerThread.Start();
|
||||
_messageHandlerThread = new Thread(MessageHandlerMain);
|
||||
_messageHandlerThread.Start();
|
||||
|
||||
Reference in New Issue
Block a user