X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmain.h;h=bdb4870259a1dde9d10a3c6377d3a5d6755f0b7c;hp=9483798966e27c26b554a7bec520705826f9f281;hb=38c2028e228dcf17f3b4b0ac7e6984d1e1c6df79;hpb=96751f36c7867567d4d8c612c78f235392d1f243 diff --git a/frontend/main.h b/frontend/main.h index 94837989..bdb48702 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);