aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/Util_ROM.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2021-11-21 16:05:48 +0100
committerArisotura <thetotalworm@gmail.com>2021-11-21 16:05:48 +0100
commit333b1247d9f42bd200f43f64cbe76daad52e779d (patch)
treedc95b451fa2c922c6d038010ba3118285bb821f0 /src/frontend/Util_ROM.cpp
parent73d7bada873994ed9a1d89b27f647cfe549ca544 (diff)
remove remains of SDIOFile
Diffstat (limited to 'src/frontend/Util_ROM.cpp')
-rw-r--r--src/frontend/Util_ROM.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/frontend/Util_ROM.cpp b/src/frontend/Util_ROM.cpp
index 2fb8dac..4d23c70 100644
--- a/src/frontend/Util_ROM.cpp
+++ b/src/frontend/Util_ROM.cpp
@@ -223,15 +223,6 @@ int SetupDSiNAND()
DSi::SDMMCFile = f;
- /*if (Config::DSiSDEnable)
- {
- f = Platform::OpenLocalFile(Config::DSiSDPath, "r+b");
- if (f)
- DSi::SDIOFile = f;
- else
- DSi::SDIOFile = Platform::OpenLocalFile(Config::DSiSDPath, "w+b");
- }*/
-
return Load_OK;
}