summaryrefslogtreecommitdiff
path: root/gui/LnxMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/LnxMain.c')
-rw-r--r--gui/LnxMain.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/LnxMain.c b/gui/LnxMain.c
index f64939b4..36f15464 100644
--- a/gui/LnxMain.c
+++ b/gui/LnxMain.c
@@ -424,9 +424,11 @@ int main(int argc, char *argv[]) {
return 1;
}
- SysReset();
CheckCdrom();
+ // Auto-detect: get region first, then rcnt-bios reset
+ SysReset();
+
if (file[0] != '\0') {
Load(file);
} else {