mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06: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:
@ -293,7 +293,7 @@ void CEXIMemoryCard::SetCS(int cs)
|
|||||||
{
|
{
|
||||||
int count = m_uPosition - 5;
|
int count = m_uPosition - 5;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
status &= ~0x80;
|
status &= ~MC_STATUS_BUSY;
|
||||||
|
|
||||||
while (count--)
|
while (count--)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user