sys_fs: Savestate fixup

This commit is contained in:
Eladash 2023-10-03 16:03:07 +03:00 committed by Elad Ashkenazi
parent f88443afa3
commit 0240a7d43d
4 changed files with 12 additions and 8 deletions

View file

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