Kill the message handler thread when killing the debugger

This commit is contained in:
svc64 2023-12-13 19:34:44 +02:00
parent 6b74bcec7c
commit bca3939a65
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,6 @@
namespace Ryujinx.HLE.Debugger
{
struct KillMessage : IMessage
{
}
}