From 70be447f74b87c11557d2b5b1463005fddb0495a Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 6 Nov 2015 12:19:39 -0800 Subject: Menu ROM now pulls real file names from the OS rather than using a fake list --- blastem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'blastem.h') diff --git a/blastem.h b/blastem.h index 43ca592..958f8b0 100644 --- a/blastem.h +++ b/blastem.h @@ -24,6 +24,7 @@ typedef struct { psg_context *psg; uint16_t *work_ram; uint8_t *zram; + void *extra; uint8_t *save_storage; eeprom_map *eeprom_map; uint32_t num_eeprom; -- cgit v1.2.3