diff romdb.h @ 956:f5550cdffe49

Saving the save directory in the rom_info struct didn't make sense. It should be in the console context.
author Michael Pavone <pavone@retrodev.com>
date Fri, 15 Apr 2016 20:39:26 -0700
parents 229c23b3ab73
children 5fb64487b6e1
line wrap: on
line diff
--- a/romdb.h	Fri Apr 15 18:29:39 2016 -0700
+++ b/romdb.h	Fri Apr 15 20:39:26 2016 -0700
@@ -37,7 +37,6 @@
 
 typedef struct {
 	char          *name;
-	char          *save_dir;
 	memmap_chunk  *map;
 	uint8_t       *save_buffer;
 	eeprom_map    *eeprom_map;