diff blastem.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 5e4fb650de58
children 1618d3676a35
line wrap: on
line diff
--- a/blastem.h	Fri Apr 15 18:29:39 2016 -0700
+++ b/blastem.h	Fri Apr 15 20:39:26 2016 -0700
@@ -29,6 +29,7 @@
 	void           *extra;
 	arena          *arena;
 	char           *next_rom;
+	char           *save_dir;
 	uint8_t        *save_storage;
 	eeprom_map     *eeprom_map;
 	uint32_t       num_eeprom;