diff romdb.h @ 955:229c23b3ab73

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)
author Michael Pavone <pavone@retrodev.com>
date Fri, 15 Apr 2016 18:29:39 -0700
parents 9e882eca717e
children f5550cdffe49
line wrap: on
line diff
--- a/romdb.h	Tue Apr 12 22:50:31 2016 -0700
+++ b/romdb.h	Fri Apr 15 18:29:39 2016 -0700
@@ -37,6 +37,7 @@
 
 typedef struct {
 	char          *name;
+	char          *save_dir;
 	memmap_chunk  *map;
 	uint8_t       *save_buffer;
 	eeprom_map    *eeprom_map;