mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Fixup sys_process
This commit is contained in:
parent
53817dcc90
commit
6eb4138595
1 changed files with 4 additions and 1 deletions
|
@ -434,9 +434,12 @@ void lv2_exitspawn(ppu_thread& ppu, std::vector<std::string>& argv, std::vector<
|
||||||
using namespace id_manager;
|
using namespace id_manager;
|
||||||
|
|
||||||
shared_ptr<utils::serial> idm_capture = make_shared<utils::serial>();
|
shared_ptr<utils::serial> idm_capture = make_shared<utils::serial>();
|
||||||
|
|
||||||
|
if (!is_real_reboot)
|
||||||
{
|
{
|
||||||
reader_lock rlock{g_mutex};
|
reader_lock rlock{id_manager::g_mutex};
|
||||||
g_fxo->get<id_map<lv2_memory_container>>().save(*idm_capture);
|
g_fxo->get<id_map<lv2_memory_container>>().save(*idm_capture);
|
||||||
|
stx::serial_breathe_and_tag(*idm_capture, "id_map<lv2_memory_container>", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
idm_capture->set_reading_state();
|
idm_capture->set_reading_state();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue