summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-04-15 20:39:26 -0700
committerMichael Pavone <pavone@retrodev.com>2016-04-15 20:39:26 -0700
commite913f115a678bf2eb0da3a0c6b2ab45830f79028 (patch)
tree6e69424ab2ba8a43c8a719f0ca4df03bffb70a3d /blastem.h
parent470800d02a97ca852a37efe81e97af9e4a0e4a05 (diff)
Saving the save directory in the rom_info struct didn't make sense. It should be in the console context.
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index a828180..738de7f 100644
--- a/blastem.h
+++ b/blastem.h
@@ -29,6 +29,7 @@ typedef struct {
void *extra;
arena *arena;
char *next_rom;
+ char *save_dir;
uint8_t *save_storage;
eeprom_map *eeprom_map;
uint32_t num_eeprom;