diff options
author | patata <patataofcourse@gmail.com> | 2023-01-19 15:11:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 15:11:42 +0100 |
commit | 35f4e504f1de3e21da4d29163f510e84860668ad (patch) | |
tree | ead6d1877ad7a041ec9bb53eb857ae954cf2dc70 /src | |
parent | 105af5cf1aab144087d85246a480c0740ab0cbe4 (diff) |
Increase savestate major version (#1567)
Diffstat (limited to 'src')
-rw-r--r-- | src/Savestate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Savestate.h b/src/Savestate.h index 275b402..51f071a 100644 --- a/src/Savestate.h +++ b/src/Savestate.h @@ -23,7 +23,7 @@ #include <stdio.h> #include "types.h" -#define SAVESTATE_MAJOR 9 +#define SAVESTATE_MAJOR 10 #define SAVESTATE_MINOR 0 class Savestate |