Skip to content

Commit

Permalink
fix last commit for when no SD is inserted
Browse files Browse the repository at this point in the history
  • Loading branch information
RSDuck committed Aug 21, 2022
1 parent 334fc17 commit 4c97731
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DSi_SD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ u16 DSi_SDHost::Read(u32 addr)
ret |= 0x0020;
if (!Ports[0]->ReadOnly) ret |= 0x0080;
}
else
ret |= 0x0008;
}
else
{
Expand Down

0 comments on commit 4c97731

Please sign in to comment.