mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Merge pull request #6577 from lioncash/memcard
EXI_DeviceMemoryCard: Get rid of magic number in SetCS()
This commit is contained in:
commit
c6931ee5b8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue