CPU: Fix loading recompiler-saved states with interpreter
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include "types.h"
|
||||
|
||||
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
|
||||
static constexpr u32 SAVE_STATE_VERSION = 66;
|
||||
static constexpr u32 SAVE_STATE_VERSION = 67;
|
||||
static constexpr u32 SAVE_STATE_MINIMUM_VERSION = 42;
|
||||
|
||||
static_assert(SAVE_STATE_VERSION >= SAVE_STATE_MINIMUM_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user