EXI_DeviceMemoryCard: Get rid of magic number in SetCS()

Keeps the code consistent with other usages of the same constant
This commit is contained in:
Lioncash 2018-04-01 15:20:16 -04:00
parent d8dd7b9e66
commit 8fbd6e2a87

View File

@ -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--)
{