remove remains of SDIOFile

This commit is contained in:
Arisotura
2021-11-21 16:05:48 +01:00
parent 73d7bada87
commit 333b1247d9
3 changed files with 1 additions and 14 deletions

View File

@ -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;
}