diff options
author | Liam <byteslice@airmail.cc> | 2022-06-10 09:17:12 -0400 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2022-06-10 09:17:12 -0400 |
commit | 1f0fee33edf06bb237a952b78b6e117ba81cbdbb (patch) | |
tree | 01ce352e9ffbc07cb2b7dc0fd1e1c4ea50298bee /src/yuzu/main.cpp | |
parent | de6c0defb358b6d12831a594b1b4c615003566b8 (diff) |
core/debugger: fix a number of shutdown deadlocks
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 80e6d23a54..c9288b4fe6 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -1545,6 +1545,7 @@ void GMainWindow::ShutdownGame() { AllowOSSleep(); + system->DetachDebugger(); discord_rpc->Pause(); emu_thread->RequestStop(); |