mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
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:
parent
d8dd7b9e66
commit
8fbd6e2a87
@ -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--)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user