mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #11104 from vpelletier/drop_chiperase_comment
EXI_DeviceMemoryCard: Drop comment about ChipErase behaviour
This commit is contained in:
@ -295,8 +295,6 @@ void CEXIMemoryCard::SetCS(int cs)
|
|||||||
case Command::ChipErase:
|
case Command::ChipErase:
|
||||||
if (m_position > 2)
|
if (m_position > 2)
|
||||||
{
|
{
|
||||||
// TODO: Investigate on HW, I (LPFaint99) believe that this only
|
|
||||||
// erases the system area (Blocks 0-4)
|
|
||||||
m_memory_card->ClearAll();
|
m_memory_card->ClearAll();
|
||||||
m_status &= ~MC_STATUS_BUSY;
|
m_status &= ~MC_STATUS_BUSY;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user