mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Savestates: save cellAudioOut
This commit is contained in:
parent
b692108f1e
commit
57671e267d
3 changed files with 24 additions and 1 deletions
|
@ -71,7 +71,7 @@ struct serial_ver_t
|
|||
std::set<u32> compatible_versions;
|
||||
};
|
||||
|
||||
static std::array<serial_ver_t, 22> s_serial_versions;
|
||||
static std::array<serial_ver_t, 23> s_serial_versions;
|
||||
|
||||
#define SERIALIZATION_VER(name, identifier, ...) \
|
||||
\
|
||||
|
@ -125,6 +125,7 @@ SERIALIZATION_VER(cellVoice, 18, 1)
|
|||
SERIALIZATION_VER(cellGcm, 19, 1)
|
||||
SERIALIZATION_VER(sysPrxForUser, 20, 1)
|
||||
SERIALIZATION_VER(cellSaveData, 21, 1)
|
||||
SERIALIZATION_VER(cellAudioOut, 22, 1)
|
||||
|
||||
#undef SERIALIZATION_VER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue