mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
remove remains of SDIOFile
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user