Invalidate savestates

This commit is contained in:
capriots 2024-11-22 15:43:02 +01:00 committed by Elad
parent 9b3b9562c0
commit 108247dccc
2 changed files with 1 additions and 2 deletions

View File

@ -901,7 +901,6 @@ error_code cellAdecClose(ppu_thread& ppu, vm::ptr<AdecContext> handle)
return ret;
}
handle->_this = vm::null;
handle->sequence_state = AdecSequenceState::closed;

View File

@ -42,7 +42,7 @@ static std::array<serial_ver_t, 27> s_serial_versions;
return ::s_serial_versions[identifier].current_version;\
}
SERIALIZATION_VER(global_version, 0, 16) // For stuff not listed here
SERIALIZATION_VER(global_version, 0, 17) // For stuff not listed here
SERIALIZATION_VER(ppu, 1, 1, 2/*PPU sleep order*/, 3/*PPU FNID and module*/)
SERIALIZATION_VER(spu, 2, 1)
SERIALIZATION_VER(lv2_sync, 3, 1)