aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/dc/dcmain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/dc/dcmain.cpp b/backends/platform/dc/dcmain.cpp
index 0b114bee10..c99b24c435 100644
--- a/backends/platform/dc/dcmain.cpp
+++ b/backends/platform/dc/dcmain.cpp
@@ -53,6 +53,7 @@ OSystem_Dreamcast::OSystem_Dreamcast()
void OSystem_Dreamcast::initBackend()
{
+ ConfMan.setInt("autosave_period", 0);
_savefile = createSavefileManager();
_mixer = new Audio::MixerImpl(this);
_timer = new DefaultTimerManager();