mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-03 05:05:41 -04: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…
x
Reference in New Issue
Block a user