X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.h;h=7e5dc47f64fd4993828ef10dd2a877b35bc2788d;hb=841ba5ee5bfeb32bb1194c423a047f98825d26fd;hp=bdb4870259a1dde9d10a3c6377d3a5d6755f0b7c;hpb=38c2028e228dcf17f3b4b0ac7e6984d1e1c6df79;p=pcsx_rearmed.git diff --git a/frontend/main.h b/frontend/main.h index bdb48702..7e5dc47f 100644 --- a/frontend/main.h +++ b/frontend/main.h @@ -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); @@ -65,6 +65,8 @@ enum sched_action { SACTION_NEXT_SSLOT, SACTION_PREV_SSLOT, SACTION_TOGGLE_FSKIP, + SACTION_SWITCH_DISPMODE, + SACTION_FAST_FORWARD, SACTION_SCREENSHOT, SACTION_VOLUME_UP, SACTION_VOLUME_DOWN,