From e913f115a678bf2eb0da3a0c6b2ab45830f79028 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 15 Apr 2016 20:39:26 -0700 Subject: Saving the save directory in the rom_info struct didn't make sense. It should be in the console context. --- blastem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'blastem.h') diff --git a/blastem.h b/blastem.h index a828180..738de7f 100644 --- a/blastem.h +++ b/blastem.h @@ -29,6 +29,7 @@ typedef struct { void *extra; arena *arena; char *next_rom; + char *save_dir; uint8_t *save_storage; eeprom_map *eeprom_map; uint32_t num_eeprom; -- cgit v1.2.3