mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Savestates: Warn on invalid SPU save state
This commit is contained in:
parent
32e01b5f1a
commit
6d8575d0d0
4 changed files with 39 additions and 6 deletions
|
@ -1813,7 +1813,10 @@ void spu_thread::cpu_task()
|
|||
spu_runtime::g_gateway(*this, _ptr<u8>(0), nullptr);
|
||||
}
|
||||
|
||||
unsavable = false;
|
||||
if (unsavable && is_stopped(state - cpu_flag::stop))
|
||||
{
|
||||
spu_log.warning("Aborting unsaveable state");
|
||||
}
|
||||
|
||||
// Print some stats
|
||||
(!group || group->stop_count < 5 ? spu_log.notice : spu_log.trace)("Stats: Block Weight: %u (Retreats: %u);", block_counter, block_failure);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue