mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Savestates: Fix memory containers initialization (invalidates old savestates)
This commit is contained in:
parent
fddb6a31a7
commit
72c14994f0
3 changed files with 14 additions and 15 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue