Fix crash after sending a kill command
This commit is contained in:
parent
0396997c17
commit
e401097e1e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue