mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Savestates: Fix deadlock on savestate load
This commit is contained in:
parent
a41d2e43fd
commit
0beda6fa89
3 changed files with 12 additions and 3 deletions
|
@ -2249,7 +2249,7 @@ void Emulator::FinalizeRunRequest()
|
|||
|
||||
idm::select<named_thread<spu_thread>>(on_select);
|
||||
|
||||
lv2_obj::awake_all();
|
||||
lv2_obj::make_scheduler_ready();
|
||||
|
||||
m_state.compare_and_swap_test(system_state::starting, system_state::running);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue