Savestates/RSX: Save NV406E semaphore waiting

This commit is contained in:
Eladash 2022-07-11 10:26:38 +03:00 committed by Ivan
parent 6211295155
commit ab27ee4cf4
12 changed files with 61 additions and 23 deletions

View file

@ -187,7 +187,7 @@ audio_out_configuration::audio_out_configuration(utils::serial& ar)
void audio_out_configuration::save(utils::serial& ar)
{
USING_SERIALIZATION_VERSION_COND(ar.is_writing(), cellAudioOut);
GET_OR_USE_SERIALIZATION_VERSION(ar.is_writing(), cellAudioOut);
for (auto& state : out)
{