comparison blastem.h @ 956:f5550cdffe49

Saving the save directory in the rom_info struct didn't make sense. It should be in the console context.
author Michael Pavone <pavone@retrodev.com>
date Fri, 15 Apr 2016 20:39:26 -0700
parents 5e4fb650de58
children 1618d3676a35
comparison
equal deleted inserted replaced
955:229c23b3ab73 956:f5550cdffe49
27 uint16_t *work_ram; 27 uint16_t *work_ram;
28 uint8_t *zram; 28 uint8_t *zram;
29 void *extra; 29 void *extra;
30 arena *arena; 30 arena *arena;
31 char *next_rom; 31 char *next_rom;
32 char *save_dir;
32 uint8_t *save_storage; 33 uint8_t *save_storage;
33 eeprom_map *eeprom_map; 34 eeprom_map *eeprom_map;
34 uint32_t num_eeprom; 35 uint32_t num_eeprom;
35 uint32_t save_size; 36 uint32_t save_size;
36 uint32_t save_ram_mask; 37 uint32_t save_ram_mask;