mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Savestates/RSX: Save NV406E semaphore waiting
This commit is contained in:
parent
6211295155
commit
ab27ee4cf4
12 changed files with 61 additions and 23 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue