mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Savestates: Implement 'autostart off' mode for debugging
This commit is contained in:
parent
f60bdbaece
commit
c7c2baae03
4 changed files with 80 additions and 14 deletions
|
@ -652,13 +652,14 @@ namespace rsx
|
|||
m_overlay_manager = g_fxo->init<rsx::overlays::display_manager>(0);
|
||||
}
|
||||
|
||||
state -= cpu_flag::stop + cpu_flag::wait; // TODO: Remove workaround
|
||||
|
||||
if (!_ar)
|
||||
{
|
||||
add_remove_flags({}, cpu_flag::stop); // TODO: Remove workaround
|
||||
return;
|
||||
}
|
||||
|
||||
add_remove_flags(cpu_flag::suspend, cpu_flag::stop);
|
||||
|
||||
serialized = true;
|
||||
save(*_ar);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue