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. --- romdb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'romdb.h') diff --git a/romdb.h b/romdb.h index c7ef1a8..724335e 100644 --- a/romdb.h +++ b/romdb.h @@ -37,7 +37,6 @@ typedef struct { typedef struct { char *name; - char *save_dir; memmap_chunk *map; uint8_t *save_buffer; eeprom_map *eeprom_map; -- cgit v1.2.3