mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Savestates: serilialize avc2_settings
This commit is contained in:
parent
d1837b54b4
commit
a9fd2f76d2
2 changed files with 24 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ struct serial_ver_t
|
|||
std::set<u16> compatible_versions;
|
||||
};
|
||||
|
||||
static std::array<serial_ver_t, 26> s_serial_versions;
|
||||
static std::array<serial_ver_t, 27> s_serial_versions;
|
||||
|
||||
#define SERIALIZATION_VER(name, identifier, ...) \
|
||||
\
|
||||
|
|
@ -86,6 +86,8 @@ SERIALIZATION_VER(sys_io, 23, 2)
|
|||
SERIALIZATION_VER(LLE, 24, 1)
|
||||
SERIALIZATION_VER(HLE, 25, 1)
|
||||
|
||||
SERIALIZATION_VER(cellSysutil, 26, 1)
|
||||
|
||||
template <>
|
||||
void fmt_class_string<std::remove_cvref_t<decltype(s_serial_versions)>>::format(std::string& out, u64 arg)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue