summaryrefslogtreecommitdiff
path: root/saves.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2019-01-20 22:19:58 -0800
committerMike Pavone <pavone@retrodev.com>2019-01-20 22:19:58 -0800
commitef9e02ca28b67a25c1cd9e203c2e104446b0a5ed (patch)
tree88ff67a34bb3bdbb9ceda54fbdd8ff1592d2c112 /saves.h
parente1c9e57b47c8e374ef7b806c04e412fb6c0b8efa (diff)
Implement serialization/deserialization in libretro build
Diffstat (limited to 'saves.h')
-rw-r--r--saves.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/saves.h b/saves.h
index 6964e82..8dac45a 100644
--- a/saves.h
+++ b/saves.h
@@ -6,6 +6,7 @@
#include "system.h"
#define QUICK_SAVE_SLOT 10
+#define SERIALIZE_SLOT 11
typedef struct {
char *desc;