From: notaz Date: Mon, 19 Sep 2011 22:21:18 +0000 (+0300) Subject: frontend: always detect region X-Git-Tag: r10~40 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=76d63edf34bea0f132d74f8b847a3a57c64572a5 frontend: always detect region override later if needed --- diff --git a/frontend/menu.c b/frontend/menu.c index 0f6eadac..cdba3adf 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -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();