add missing shit to savestates. bump the version up.

This commit is contained in:
StapleButter
2018-12-11 21:50:28 +01:00
parent 40f3f91368
commit 3101bd595f
5 changed files with 43 additions and 21 deletions

View File

@ -22,8 +22,8 @@
#include <stdio.h>
#include "types.h"
#define SAVESTATE_MAJOR 2
#define SAVESTATE_MINOR 1
#define SAVESTATE_MAJOR 3
#define SAVESTATE_MINOR 0
class Savestate
{