fix last commit for when no SD is inserted

This commit is contained in:
RSDuck 2022-08-21 19:55:23 +02:00
parent 334fc1717d
commit 4c97731468
1 changed files with 0 additions and 2 deletions

View File

@ -480,8 +480,6 @@ u16 DSi_SDHost::Read(u32 addr)
ret |= 0x0020;
if (!Ports[0]->ReadOnly) ret |= 0x0080;
}
else
ret |= 0x0008;
}
else
{