aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32/gp32_launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/gp32/gp32_launcher.cpp')
-rw-r--r--backends/gp32/gp32_launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/gp32/gp32_launcher.cpp b/backends/gp32/gp32_launcher.cpp
index ef553f4e34..0ef0aa1ba6 100644
--- a/backends/gp32/gp32_launcher.cpp
+++ b/backends/gp32/gp32_launcher.cpp
@@ -68,7 +68,7 @@ void readConfigVars() {
currentSetting[0] = 2;
currentSetting[1] = 5;
currentSetting[2] = 1;
- currentSetting[3] = 0;
+ currentSetting[3] = 1;
writeConfigVars();
} else {
if (!file.open("scummvm.cfg", Common::File::kFileReadMode, "gp:\\gpetc\\")) {