diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-04-15 18:29:39 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-04-15 18:29:39 -0700 |
commit | 470800d02a97ca852a37efe81e97af9e4a0e4a05 (patch) | |
tree | 9f0dd3cecca09efb77996ae2ed166e7aa600bb51 /romdb.h | |
parent | db0f3ca459cc270e8048c8e554c3051b4014de91 (diff) |
Switch to storing SRAM/EEPROM and save states in a per-game directory rather than next to the ROM (for SRAM/EEPROM) or in the current working directory (for save states)
Diffstat (limited to 'romdb.h')
-rw-r--r-- | romdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ typedef struct { typedef struct { char *name; + char *save_dir; memmap_chunk *map; uint8_t *save_buffer; eeprom_map *eeprom_map; |