diff blastem.h @ 874:b6842dfb8edf

ROM is now run after being selected in menu. Initial path for menu is read from config file.
author Michael Pavone <pavone@retrodev.com>
date Sun, 08 Nov 2015 18:38:33 -0800
parents 69a6ec208111
children 9f149f0e98b7
line wrap: on
line diff
--- a/blastem.h	Sun Nov 08 15:58:36 2015 -0800
+++ b/blastem.h	Sun Nov 08 18:38:33 2015 -0800
@@ -25,6 +25,7 @@
 	uint16_t       *work_ram;
 	uint8_t        *zram;
 	void           *extra;
+	char           *next_rom;
 	uint8_t        *save_storage;
 	eeprom_map     *eeprom_map;
 	uint32_t       num_eeprom;