fix last commit for when no SD is inserted
This commit is contained in:
parent
334fc1717d
commit
4c97731468
|
@ -480,8 +480,6 @@ u16 DSi_SDHost::Read(u32 addr)
|
||||||
ret |= 0x0020;
|
ret |= 0x0020;
|
||||||
if (!Ports[0]->ReadOnly) ret |= 0x0080;
|
if (!Ports[0]->ReadOnly) ret |= 0x0080;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
ret |= 0x0008;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue