From 470800d02a97ca852a37efe81e97af9e4a0e4a05 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 15 Apr 2016 18:29:39 -0700 Subject: 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) --- romdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'romdb.h') diff --git a/romdb.h b/romdb.h index 724335e..c7ef1a8 100644 --- a/romdb.h +++ b/romdb.h @@ -37,6 +37,7 @@ typedef struct { typedef struct { char *name; + char *save_dir; memmap_chunk *map; uint8_t *save_buffer; eeprom_map *eeprom_map; -- cgit v1.2.3