mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Second attempt to fix hanging RPCS3 process
Now fix exit logic a bit. Remove Init() call from Stop(). Remove Stop() call from Quit().
This commit is contained in:
parent
d70ab11477
commit
6cf50f8f6c
2 changed files with 1 additions and 2 deletions
|
|
@ -2227,6 +2227,7 @@ void main_window::closeEvent(QCloseEvent* closeEvent)
|
|||
}
|
||||
|
||||
// Cleanly stop and quit the emulator.
|
||||
Emu.Stop();
|
||||
Emu.Quit(true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue