Skip to content
Permalink
Browse files
Merge pull request #6577 from lioncash/memcard
EXI_DeviceMemoryCard: Get rid of magic number in SetCS()
  • Loading branch information
JosJuice committed Apr 1, 2018
2 parents 621e175 + 8fbd6e2 commit c6931ee
Showing 1 changed file with 1 addition and 1 deletion.
@@ -293,7 +293,7 @@ void CEXIMemoryCard::SetCS(int cs)
{
int count = m_uPosition - 5;
int i = 0;
status &= ~0x80;
status &= ~MC_STATUS_BUSY;

while (count--)
{

0 comments on commit c6931ee

Please sign in to comment.