Update STATE_VERSION
Co-authored-by: BhaaL <bhaalsen@gmail.com>
This commit is contained in:
parent
e2de281897
commit
05fad53fa0
|
@ -96,7 +96,7 @@ static size_t s_state_writes_in_queue;
|
||||||
static std::condition_variable s_state_write_queue_is_empty;
|
static std::condition_variable s_state_write_queue_is_empty;
|
||||||
|
|
||||||
// Don't forget to increase this after doing changes on the savestate system
|
// Don't forget to increase this after doing changes on the savestate system
|
||||||
constexpr u32 STATE_VERSION = 158; // Last changed in PR ???
|
constexpr u32 STATE_VERSION = 158; // Last changed in PR 11522
|
||||||
|
|
||||||
// Maps savestate versions to Dolphin versions.
|
// Maps savestate versions to Dolphin versions.
|
||||||
// Versions after 42 don't need to be added to this list,
|
// Versions after 42 don't need to be added to this list,
|
||||||
|
|
Loading…
Reference in New Issue