mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-11 05:47:20 +00:00
5 lines
75 B
C++
5 lines
75 B
C++
#pragma once
|
|
#include "pse/types.h"
|
|
|
|
constexpr u32 SAVE_STATE_VERSION = 1;
|