From 0f9cdfc0b8ee386173a32dce0f73e7e48b5a4598 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 13 Oct 2019 20:58:19 +0200 Subject: 3DS: Fix creating the scummvm directory on the SD card --- backends/platform/3ds/osystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/3ds') diff --git a/backends/platform/3ds/osystem.cpp b/backends/platform/3ds/osystem.cpp index 0e5cb7bfbb..8f896ad7fb 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() { -- cgit v1.2.3