aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-06-02 14:36:15 +0200
committerArisotura <thetotalworm@gmail.com>2020-06-02 14:36:15 +0200
commit1abcb4e6ac65e31a0d76d457524e9aeade8419ee (patch)
tree557e40818246cf0f5c963428479f3b0844fafd40
parentd38b2d8212c8a7a1a70b9071f03eb21461d6d381 (diff)
I'm a major derp
-rw-r--r--src/DSi_SD.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DSi_SD.cpp b/src/DSi_SD.cpp
index 751c64f..7fdba0f 100644
--- a/src/DSi_SD.cpp
+++ b/src/DSi_SD.cpp
@@ -22,6 +22,7 @@
#include "DSi_SD.h"
#include "DSi_NWifi.h"
#include "Platform.h"
+#include "Config.h"
// observed IRQ behavior during transfers
@@ -122,7 +123,7 @@ void DSi_SDHost::Reset()
sd->SetCID(sd_cid);*/
DSi_MMCStorage* sd = NULL;
- DSi_MMCStorage* mmc = new DSi_MMCStorage(this, true, "nand.bin");
+ DSi_MMCStorage* mmc = new DSi_MMCStorage(this, true, Config::DSiNANDPath);
mmc->SetCID(DSi::eMMC_CID);
Ports[0] = sd;