mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-09 17:25:18 -06:00
Bump global savestate version
This commit is contained in:
parent
94977d3545
commit
dc06cac014
@ -40,7 +40,7 @@ static std::array<serial_ver_t, 34> s_serial_versions;
|
||||
return ::s_serial_versions[identifier].current_version;\
|
||||
}
|
||||
|
||||
SERIALIZATION_VER(global_version, 0, 21) // For stuff not listed here
|
||||
SERIALIZATION_VER(global_version, 0, 22) // 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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user