[Scummvm-git-logs] scummvm master -> 4685d7d2e69050d7844fddeb32b01419aeb67443
antoniou79
a.antoniou79 at gmail.com
Sat Jul 25 19:44:00 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4685d7d2e6 ANDROID: Don't reset the autosave period to 0 upon launch
Commit: 4685d7d2e69050d7844fddeb32b01419aeb67443
https://github.com/scummvm/scummvm/commit/4685d7d2e69050d7844fddeb32b01419aeb67443
Author: antoniou (a.antoniou79 at gmail.com)
Date: 2020-07-25T22:42:43+03:00
Commit Message:
ANDROID: Don't reset the autosave period to 0 upon launch
Changed paths:
backends/platform/android/android.cpp
diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp
index 1671497c4c..5ec86058a7 100644
--- a/backends/platform/android/android.cpp
+++ b/backends/platform/android/android.cpp
@@ -316,7 +316,7 @@ void OSystem_Android::initBackend() {
// The key is thus registered to default to a "false" value
ConfMan.registerDefault("swap_menu_and_back", false);
- ConfMan.setInt("autosave_period", 0);
+ ConfMan.registerDefault("autosave_period", 0);
ConfMan.setBool("FM_high_quality", false);
ConfMan.setBool("FM_medium_quality", true);
More information about the Scummvm-git-logs
mailing list