mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Implement Emulator::GracefulShutdown()
This commit is contained in:
parent
6c5b8dc31c
commit
e951c619c5
17 changed files with 180 additions and 89 deletions
|
|
@ -719,7 +719,7 @@ bool gdb_thread::cmd_attached_to_what(gdb_cmd&)
|
|||
bool gdb_thread::cmd_kill(gdb_cmd&)
|
||||
{
|
||||
GDB.notice("Kill command issued");
|
||||
Emu.Stop();
|
||||
Emu.CallAfter([](){ Emu.GracefulShutdown(); });
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue