GPU: Remove redundant fields

This commit is contained in:
Stenzek
2023-12-14 19:05:18 +10:00
parent 23d5b20da6
commit 98a96db1bd
6 changed files with 29 additions and 36 deletions

View File

@ -5,7 +5,7 @@
#include "types.h"
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 61;
static constexpr u32 SAVE_STATE_VERSION = 62;
static constexpr u32 SAVE_STATE_MINIMUM_VERSION = 42;
static_assert(SAVE_STATE_VERSION >= SAVE_STATE_MINIMUM_VERSION);