aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.h')
-rw-r--r--frontend/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/main.h b/frontend/main.h
index b64bc4c..eadb3c6 100644
--- a/frontend/main.h
+++ b/frontend/main.h
@@ -56,6 +56,7 @@ enum sched_action {
SACTION_NEXT_SSLOT,
SACTION_PREV_SSLOT,
SACTION_TOGGLE_FSKIP,
+ SACTION_SCREENSHOT,
};
static inline void emu_set_action(enum sched_action action_)