mirror of https://github.com/stella-emu/stella.git
Bumped state version #, since recent changes have made old
state files invalid (and cause a crash on my system, at least).
This commit is contained in:
parent
4a8ff43fe2
commit
f041de441f
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include "StateManager.hxx"
|
#include "StateManager.hxx"
|
||||||
|
|
||||||
#define STATE_HEADER "04090400state"
|
#define STATE_HEADER "04090500state"
|
||||||
#define MOVIE_HEADER "03030000movie"
|
#define MOVIE_HEADER "03030000movie"
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue