mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-09 04:55:35 +00:00
6 lines
130 B
C
6 lines
130 B
C
#pragma once
|
|
#include "types.h"
|
|
|
|
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
|
|
static constexpr u32 SAVE_STATE_VERSION = 5;
|