detect whether we are running the game

This commit is contained in:
Arisotura
2020-02-24 18:31:44 +01:00
parent 8b1caae852
commit 5f99a68151
4 changed files with 31 additions and 9 deletions

View File

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