X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.c;h=01b568e49e75a48b8fe1417a9784e0fbbbe58a64;hp=0f6eadac6d25fcc34c616d1354d2000ee7fe2768;hb=a80ae4a0353fce94df700ec84222d3c56c3d813a;hpb=ffdbda296db49dabfba11d2e87f18dcaa759353d diff --git a/frontend/menu.c b/frontend/menu.c index 0f6eadac..01b568e4 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -22,7 +22,7 @@ #include "omap.h" #include "pandora.h" #include "pcnt.h" -#include "arm_utils.h" +#include "cspace.h" #include "common/plat.h" #include "common/input.h" #include "linux/in_evdev.h" @@ -1604,6 +1604,9 @@ static int run_cd_image(const char *fname) ready_to_go = 0; reload_plugins(fname); + // always autodetect, menu_sync_config will override as needed + Config.PsxAuto = 1; + if (CheckCdrom() == -1) { // Only check the CD if we are starting the console with a CD ClosePlugins();