mirror of https://github.com/stella-emu/stella.git
Bump state version number, otherwise we get crashes on older state saves.
This commit is contained in:
parent
f7cb631ed4
commit
1667d4df60
|
@ -18,7 +18,7 @@
|
|||
#ifndef STATE_MANAGER_HXX
|
||||
#define STATE_MANAGER_HXX
|
||||
|
||||
#define STATE_HEADER "06000003state"
|
||||
#define STATE_HEADER "06000004state"
|
||||
|
||||
class OSystem;
|
||||
class RewindManager;
|
||||
|
|
Loading…
Reference in New Issue