mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Implement Emulator::GracefulShutdown()
This commit is contained in:
parent
6c5b8dc31c
commit
e951c619c5
17 changed files with 180 additions and 89 deletions
|
|
@ -92,7 +92,7 @@ void progress_dialog_server::operator()()
|
|||
{
|
||||
// Abort everything
|
||||
sys_log.notice("Aborted progress dialog");
|
||||
Emu.Stop();
|
||||
Emu.GracefulShutdown(false, true);
|
||||
});
|
||||
|
||||
g_system_progress_canceled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue