mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-25 12:41:57 -08:00
Fix crash after sending a kill command
This commit is contained in:
parent
0396997c17
commit
e401097e1e
@ -225,9 +225,9 @@ namespace Ryujinx.HLE.Debugger
|
||||
}
|
||||
case 'k':
|
||||
Logger.Notice.Print(LogClass.GdbStub, "Kill request received");
|
||||
Reply("");
|
||||
Device.IsActive = false;
|
||||
Device.ExitStatus.WaitOne();
|
||||
Reply("");
|
||||
break;
|
||||
case 'm':
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user