X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.h;h=bdb4870259a1dde9d10a3c6377d3a5d6755f0b7c;hb=4ea086f6049c3f2c286f1a4e1e23b5763629067a;hp=22a42f6e4ef124006ab50f94118bf2693d6ebf76;hpb=a805c8556900f3abca95c6b6536a9c267f8135fc;p=pcsx_rearmed.git diff --git a/frontend/main.h b/frontend/main.h index 22a42f6e..bdb48702 100644 --- a/frontend/main.h +++ b/frontend/main.h @@ -35,7 +35,15 @@ 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); + int get_state_filename(char *buf, int size, int i); int emu_check_state(int slot); int emu_save_state(int slot);