X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.h;h=44c1b6a5cfc64e67dc95269466c52b9dbbf50325;hb=2c5d0a55b2b48b33f6d15b59d6f04a06c90b2ab5;hp=9483798966e27c26b554a7bec520705826f9f281;hpb=9c27c2051287b235fe0dba18a74b3863a3062646;p=pcsx_rearmed.git diff --git a/frontend/main.h b/frontend/main.h index 94837989..44c1b6a5 100644 --- a/frontend/main.h +++ b/frontend/main.h @@ -35,6 +35,12 @@ 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,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,