From 9fed70ee51604f4bdf49dfebad4658c5cc2bfdd1 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 8 Nov 2015 18:38:33 -0800 Subject: ROM is now run after being selected in menu. Initial path for menu is read from config file. --- blastem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'blastem.h') diff --git a/blastem.h b/blastem.h index 958f8b0..a4e2d1f 100644 --- a/blastem.h +++ b/blastem.h @@ -25,6 +25,7 @@ typedef struct { uint16_t *work_ram; uint8_t *zram; void *extra; + char *next_rom; uint8_t *save_storage; eeprom_map *eeprom_map; uint32_t num_eeprom; -- cgit v1.2.3