frontend: add toggle FPS option
[pcsx_rearmed.git] / frontend / main.h
index a03db8b..04489f6 100644 (file)
@@ -42,7 +42,7 @@ int emu_core_preinit(void);
 int emu_core_init(void);
 
 void emu_set_default_config(void);
-void emu_on_new_cd(void);
+void emu_on_new_cd(int show_hud_msg);
 
 int get_state_filename(char *buf, int size, int i);
 int emu_check_state(int slot);
@@ -66,10 +66,12 @@ enum sched_action {
        SACTION_PREV_SSLOT,
        SACTION_TOGGLE_FSKIP,
        SACTION_SWITCH_DISPMODE,
+       SACTION_FAST_FORWARD,
        SACTION_SCREENSHOT,
        SACTION_VOLUME_UP,
        SACTION_VOLUME_DOWN,
        SACTION_MINIMIZE,
+       SACTION_TOGGLE_FPS,
        SACTION_GUN_TRIGGER = 16,
        SACTION_GUN_A,
        SACTION_GUN_B,