mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +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
|
|
@ -244,7 +244,7 @@ public:
|
|||
return;
|
||||
}
|
||||
|
||||
USING_SERIALIZATION_VERSION_COND(ar.is_writing(), cellGem);
|
||||
GET_OR_USE_SERIALIZATION_VERSION(ar.is_writing(), cellGem);
|
||||
|
||||
ar(attribute, vc_attribute, status_flags, enable_pitch_correction, inertial_counter, controllers
|
||||
, connected_controllers, update_started, camera_frame, memory_ptr, start_timestamp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue