[Scummvm-git-logs] scummvm master -> 0f9cdfc0b8ee386173a32dce0f73e7e48b5a4598
bgK
bastien.bouclet at gmail.com
Mon Oct 14 21:33:17 CEST 2019
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:
0f9cdfc0b8 3DS: Fix creating the scummvm directory on the SD card
Commit: 0f9cdfc0b8ee386173a32dce0f73e7e48b5a4598
https://github.com/scummvm/scummvm/commit/0f9cdfc0b8ee386173a32dce0f73e7e48b5a4598
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2019-10-14T21:32:52+02:00
Commit Message:
3DS: Fix creating the scummvm directory on the SD card
Changed paths:
backends/platform/3ds/osystem.cpp
diff --git a/backends/platform/3ds/osystem.cpp b/backends/platform/3ds/osystem.cpp
index 0e5cb7b..8f896ad 100644
--- a/backends/platform/3ds/osystem.cpp
+++ b/backends/platform/3ds/osystem.cpp
@@ -83,7 +83,7 @@ OSystem_3DS::OSystem_3DS():
fsFactory->addDrive("romfs:");
_fsFactory = fsFactory;
- Posix::assureDirectoryExists("sdmc:/3ds/scummvm/saves/");
+ Posix::assureDirectoryExists("/3ds/scummvm/saves/");
}
OSystem_3DS::~OSystem_3DS() {
More information about the Scummvm-git-logs
mailing list