frontend: initial cheats support
[pcsx_rearmed.git] / frontend / main.h
index ffed68b..9483798 100644 (file)
@@ -36,6 +36,8 @@ extern char cfgfile_basename[MAXPATHLEN];
 
 extern int state_slot;
 void emu_set_default_config(void);
+void emu_on_new_cd(void);
+
 int get_state_filename(char *buf, int size, int i);
 int emu_check_state(int slot);
 int emu_save_state(int slot);
@@ -58,6 +60,9 @@ enum sched_action {
        SACTION_PREV_SSLOT,
        SACTION_TOGGLE_FSKIP,
        SACTION_SCREENSHOT,
+       SACTION_VOLUME_UP,
+       SACTION_VOLUME_DOWN,
+       SACTION_MINIMIZE,
        SACTION_GUN_TRIGGER = 16,
        SACTION_GUN_A,
        SACTION_GUN_B,