Increase savestate major version (#1567)

This commit is contained in:
patata
2023-01-19 15:11:42 +01:00
committed by GitHub
parent 105af5cf1a
commit 35f4e504f1

View File

@ -23,7 +23,7 @@
#include <stdio.h>
#include "types.h"
#define SAVESTATE_MAJOR 9
#define SAVESTATE_MAJOR 10
#define SAVESTATE_MINOR 0
class Savestate