mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 09:39:55 +00:00
Invalidate savestates
This commit is contained in:
parent
e14cc69441
commit
72ed2f1d43
@ -41,7 +41,7 @@ static std::array<serial_ver_t, 26> s_serial_versions;
|
|||||||
return ::s_serial_versions[identifier].current_version;\
|
return ::s_serial_versions[identifier].current_version;\
|
||||||
}
|
}
|
||||||
|
|
||||||
SERIALIZATION_VER(global_version, 0, 15) // For stuff not listed here
|
SERIALIZATION_VER(global_version, 0, 16) // For stuff not listed here
|
||||||
SERIALIZATION_VER(ppu, 1, 1)
|
SERIALIZATION_VER(ppu, 1, 1)
|
||||||
SERIALIZATION_VER(spu, 2, 1)
|
SERIALIZATION_VER(spu, 2, 1)
|
||||||
SERIALIZATION_VER(lv2_sync, 3, 1)
|
SERIALIZATION_VER(lv2_sync, 3, 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user