mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
sys_fs: Savestate fixup
This commit is contained in:
parent
f88443afa3
commit
0240a7d43d
4 changed files with 12 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue