Merge pull request #8446 from liamwhite/cmd-gdb
core/debugger: support operation in yuzu-cmd
This commit is contained in:
commit
a0407a8e64
12 changed files with 97 additions and 9 deletions
|
@ -1591,6 +1591,7 @@ void GMainWindow::ShutdownGame() {
|
|||
|
||||
AllowOSSleep();
|
||||
|
||||
system->DetachDebugger();
|
||||
discord_rpc->Pause();
|
||||
emu_thread->RequestStop();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue