summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-11-24 20:52:40 -0800
committerMichael Pavone <pavone@retrodev.com>2017-11-24 20:52:40 -0800
commit1b9df473d94f6548e8d43001ce70b90192230fd6 (patch)
tree8c295ed772988cf1cd9e8379e7e27f32834ca278 /system.h
parent27b829ffc447758832cbd7ab2f9b7e427928d687 (diff)
Fix genesis save state loading via Nuklear UI, sms probably still needs work
--HG-- branch : nuklear_ui
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index 712d643..927a2f2 100644
--- a/system.h
+++ b/system.h
@@ -47,6 +47,7 @@ struct system_header {
uint8_t enter_debugger;
uint8_t should_exit;
uint8_t save_state;
+ uint8_t delayed_load_slot;
debugger_type debugger_type;
system_type type;
};