BACKENDS: Use the default save file manager on Switch and SamsungTV
This commit is contained in:
parent
7311252d8a
commit
ba2bc60043
3 changed files with 6 additions and 8 deletions
|
@ -77,7 +77,7 @@ void OSystem_Switch::initBackend() {
|
|||
|
||||
// Create the savefile manager
|
||||
if (_savefileManager == 0) {
|
||||
_savefileManager = new POSIXSaveFileManager();
|
||||
_savefileManager = new DefaultSaveFileManager("./saves");
|
||||
}
|
||||
|
||||
// Event source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue