mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
Fix emulation restart
This commit is contained in:
parent
082bbc7336
commit
c7b5bbd467
1 changed files with 2 additions and 0 deletions
|
@ -2064,6 +2064,8 @@ void Emulator::Stop(bool restart)
|
|||
|
||||
sys_log.notice("Atomic wait hashtable stats: [in_use=%u, used=%u, max_collision_weight=%u, total_collisions=%u]", aw_refs, aw_used, aw_colm, aw_colc);
|
||||
|
||||
stop_watchdog = thread_state::aborting;
|
||||
|
||||
m_stop_ctr++;
|
||||
m_stop_ctr.notify_all();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue