mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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--)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue