frontend: add renderer toggle option
[pcsx_rearmed.git] / frontend / main.h
index 9483798..56e1e73 100644 (file)
 extern char cfgfile_basename[MAXPATHLEN];
 
 extern int state_slot;
+
+/* emu_core_preinit - must be the very first call
+ * emu_core_init - to be called after platform-specific setup */
+int emu_core_preinit(void);
+int emu_core_init(void);
+
 void emu_set_default_config(void);
 void emu_on_new_cd(void);
 
@@ -59,6 +65,7 @@ enum sched_action {
        SACTION_NEXT_SSLOT,
        SACTION_PREV_SSLOT,
        SACTION_TOGGLE_FSKIP,
+       SACTION_TOGGLE_RENDERER,
        SACTION_SCREENSHOT,
        SACTION_VOLUME_UP,
        SACTION_VOLUME_DOWN,