Duckstation/src/core/save_state_version.h

6 lines
130 B
C
Raw Normal View History

2019-09-09 07:01:26 +00:00
#pragma once
#include "types.h"
2019-09-09 07:01:26 +00:00
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 1;