BACKENDS: Use the default save file manager on Switch and SamsungTV

This commit is contained in:
Cameron Cawley 2019-08-11 20:44:15 +01:00 committed by Filippos Karapetis
parent 7311252d8a
commit ba2bc60043
3 changed files with 6 additions and 8 deletions

View file

@ -77,7 +77,7 @@ void OSystem_Switch::initBackend() {
// Create the savefile manager
if (_savefileManager == 0) {
_savefileManager = new POSIXSaveFileManager();
_savefileManager = new DefaultSaveFileManager("./saves");
}
// Event source