diff blastem.h @ 866:69a6ec208111

Menu ROM now pulls real file names from the OS rather than using a fake list
author Michael Pavone <pavone@retrodev.com>
date Fri, 06 Nov 2015 12:19:39 -0800
parents 092524bb2e8f
children b6842dfb8edf
line wrap: on
line diff
--- a/blastem.h	Fri Nov 06 11:44:51 2015 -0800
+++ b/blastem.h	Fri Nov 06 12:19:39 2015 -0800
@@ -24,6 +24,7 @@
 	psg_context    *psg;
 	uint16_t       *work_ram;
 	uint8_t        *zram;
+	void           *extra;
 	uint8_t        *save_storage;
 	eeprom_map     *eeprom_map;
 	uint32_t       num_eeprom;