mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
fix last commit for when no SD is inserted
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user