comparison system.h @ 1541:f8ef74e7c800

Merged nuklear_ui into default
author Michael Pavone <pavone@retrodev.com>
date Sun, 25 Mar 2018 12:01:49 -0700
parents a568dca999b2
children 430dd12e4010
comparison
equal deleted inserted replaced
1533:78b7fc03c7c6 1541:f8ef74e7c800
45 char *next_rom; 45 char *next_rom;
46 char *save_dir; 46 char *save_dir;
47 uint8_t enter_debugger; 47 uint8_t enter_debugger;
48 uint8_t should_exit; 48 uint8_t should_exit;
49 uint8_t save_state; 49 uint8_t save_state;
50 uint8_t delayed_load_slot;
50 debugger_type debugger_type; 51 debugger_type debugger_type;
51 system_type type; 52 system_type type;
52 }; 53 };
53 54
54 struct system_media { 55 struct system_media {