mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Savestates/RSX: Save drawing context
This commit is contained in:
parent
5f8f9e33f1
commit
4ac88fa8d3
5 changed files with 20 additions and 1 deletions
|
@ -457,6 +457,7 @@ namespace rsx
|
|||
if (ar.is_writing() || GET_SERIALIZATION_VERSION(rsx) != 1u)
|
||||
{
|
||||
ar(unsent_gcm_events);
|
||||
ar(rsx::method_registers.current_draw_clause);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue