diff options
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/3ds/osystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/3ds/osystem.cpp b/backends/platform/3ds/osystem.cpp index 8f896ad7fb..041685d31f 100644 --- a/backends/platform/3ds/osystem.cpp +++ b/backends/platform/3ds/osystem.cpp @@ -130,7 +130,7 @@ Common::String OSystem_3DS::getDefaultConfigFileName() { } void OSystem_3DS::addSysArchivesToSearchSet(Common::SearchSet &s, int priority) { - s.add("RomFS", new Common::FSDirectory("romfs:/"), priority); + s.add("RomFS", new Common::FSDirectory(DATA_PATH"/"), priority); } uint32 OSystem_3DS::getMillis(bool skipRecord) { |