Savestates/RSX: Save drawing context

This commit is contained in:
Eladash 2022-07-07 12:50:15 +03:00 committed by Ivan
parent 5f8f9e33f1
commit 4ac88fa8d3
5 changed files with 20 additions and 1 deletions

View file

@ -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);
}
}