mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
parent
7cd7dec668
commit
88f1edd48d
|
@ -2,4 +2,4 @@
|
|||
#include "types.h"
|
||||
|
||||
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
|
||||
static constexpr u32 SAVE_STATE_VERSION = 13;
|
||||
static constexpr u32 SAVE_STATE_VERSION = 14;
|
||||
|
|
|
@ -319,6 +319,7 @@ bool System::DoState(StateWrapper& sw)
|
|||
if (!sw.DoMarker("System"))
|
||||
return false;
|
||||
|
||||
sw.Do(&m_region);
|
||||
sw.Do(&m_frame_number);
|
||||
sw.Do(&m_internal_frame_number);
|
||||
sw.Do(&m_global_tick_counter);
|
||||
|
|
Loading…
Reference in a new issue