aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/Util_ROM.cpp
diff options
context:
space:
mode:
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;
}