mirror of https://github.com/stella-emu/stella.git
Bumped version # for event and state files, since both have non-compatible changes since the 6.6 release.
This commit is contained in:
parent
ab78968b20
commit
9f01010020
|
@ -18,7 +18,7 @@
|
|||
#ifndef STATE_MANAGER_HXX
|
||||
#define STATE_MANAGER_HXX
|
||||
|
||||
#define STATE_HEADER "06050301state"
|
||||
#define STATE_HEADER "06070000state"
|
||||
|
||||
class OSystem;
|
||||
class RewindManager;
|
||||
|
|
|
@ -190,7 +190,7 @@ class Event
|
|||
};
|
||||
|
||||
// Event list version, update only if the id of existing(!) event types changed
|
||||
static constexpr Int32 VERSION = 5;
|
||||
static constexpr Int32 VERSION = 6;
|
||||
|
||||
using EventSet = std::set<Event::Type>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue