mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +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
|
|
@ -145,7 +145,7 @@ void camera_context::save(utils::serial& ar)
|
|||
return;
|
||||
}
|
||||
|
||||
USING_SERIALIZATION_VERSION_COND(ar.is_writing(), cellCamera);
|
||||
GET_OR_USE_SERIALIZATION_VERSION(ar.is_writing(), cellCamera);
|
||||
|
||||
ar(notify_data_map, start_timestamp, read_mode, is_streaming, is_attached, is_open, info, attr, frame_num);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue