mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Savestates/SPU: Kill emulation when its safe to save SPU state
This commit is contained in:
parent
105781fa76
commit
3e51426379
7 changed files with 114 additions and 18 deletions
|
@ -1468,6 +1468,8 @@ void spu_thread::cpu_task()
|
|||
spu_runtime::g_gateway(*this, _ptr<u8>(0), nullptr);
|
||||
}
|
||||
|
||||
unsavable = false;
|
||||
|
||||
// Print some stats
|
||||
spu_log.notice("Stats: Block Weight: %u (Retreats: %u);", block_counter, block_failure);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue