From 2d11974c28b50c5c0a65be71caa4c93be24ab468 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 3 Nov 2019 19:14:15 +0100 Subject: 3DS: Use DATA_PATH to configure support files location --- backends/platform/3ds/osystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') 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) { -- cgit v1.2.3