notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f71c2
)
frontend: always detect region
author
notaz
<notasas@gmail.com>
Mon, 19 Sep 2011 22:21:18 +0000
(
01:21
+0300)
committer
notaz
<notasas@gmail.com>
Mon, 19 Sep 2011 22:21:18 +0000
(
01:21
+0300)
override later if needed
frontend/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/menu.c
b/frontend/menu.c
index
0f6eada
..
cdba3ad
100644
(file)
--- 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();