Merge pull request #8446 from liamwhite/cmd-gdb

core/debugger: support operation in yuzu-cmd
This commit is contained in:
Morph 2022-06-13 14:38:37 -04:00 committed by GitHub
commit a0407a8e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 97 additions and 9 deletions

View file

@ -1591,6 +1591,7 @@ void GMainWindow::ShutdownGame() {
AllowOSSleep();
system->DetachDebugger();
discord_rpc->Pause();
emu_thread->RequestStop();