diff options
Diffstat (limited to 'backends/platform/sdl/switch')
-rw-r--r-- | backends/platform/sdl/switch/switch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/switch/switch.cpp b/backends/platform/sdl/switch/switch.cpp index 85e7b7a458..ab8427cf62 100644 --- a/backends/platform/sdl/switch/switch.cpp +++ b/backends/platform/sdl/switch/switch.cpp @@ -77,7 +77,7 @@ void OSystem_Switch::initBackend() { // Create the savefile manager if (_savefileManager == 0) { - _savefileManager = new POSIXSaveFileManager(); + _savefileManager = new DefaultSaveFileManager("./saves"); } // Event source |