X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmain.c;h=b05893c963ac3771e75a507f0c869c6b8a571bd5;hp=bbcd7e4168991ff5fcbe4d3e25e3c2fe22d775e0;hb=3c70c47bb2fa50066c4c3b23813253e03b8751fe;hpb=69af03a2c2fccc06cb836f42a10b490a48f29c15 diff --git a/frontend/main.c b/frontend/main.c index bbcd7e41..b05893c9 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -15,9 +15,9 @@ #include "plugin.h" #include "pcnt.h" +#include "menu.h" #include "../gui/Linux.h" #include "../libpcsxcore/misc.h" -#include "common/menu.h" #include "common/plat.h" #include "common/input.h" @@ -234,7 +234,9 @@ int main(int argc, char *argv[]) free(state_filename); } - if (!ready_to_go) + if (ready_to_go) + menu_prepare_emu(); + else menu_loop(); while (1)