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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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