Increase savestate major version (#1567)
This commit is contained in:
parent
105af5cf1a
commit
35f4e504f1
|
@ -23,7 +23,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
#define SAVESTATE_MAJOR 9
|
#define SAVESTATE_MAJOR 10
|
||||||
#define SAVESTATE_MINOR 0
|
#define SAVESTATE_MINOR 0
|
||||||
|
|
||||||
class Savestate
|
class Savestate
|
||||||
|
|
Loading…
Reference in New Issue