diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-04-15 20:39:26 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-04-15 20:39:26 -0700 |
commit | e913f115a678bf2eb0da3a0c6b2ab45830f79028 (patch) | |
tree | 6e69424ab2ba8a43c8a719f0ca4df03bffb70a3d /romdb.h | |
parent | 470800d02a97ca852a37efe81e97af9e4a0e4a05 (diff) |
Saving the save directory in the rom_info struct didn't make sense. It should be in the console context.
Diffstat (limited to 'romdb.h')
-rw-r--r-- | romdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ typedef struct { typedef struct { char *name; - char *save_dir; memmap_chunk *map; uint8_t *save_buffer; eeprom_map *eeprom_map; |