Savestates: Fix memory containers initialization (invalidates old savestates)

This commit is contained in:
Eladash 2022-07-04 20:12:22 +03:00 committed by Megamouse
parent fddb6a31a7
commit 72c14994f0
3 changed files with 14 additions and 15 deletions

View file

@ -88,7 +88,7 @@ static std::array<serial_ver_t, 18> s_serial_versions;
return ::s_serial_versions[identifier].current_version;\
}
SERIALIZATION_VER(global_version, 0, {9}) // For stuff not listed here
SERIALIZATION_VER(global_version, 0, {10}) // For stuff not listed here
SERIALIZATION_VER(ppu, 1, {1})
SERIALIZATION_VER(spu, 2, {1})
SERIALIZATION_VER(lv2_sync, 3, {1})