Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11104 from vpelletier/drop_chiperase_comment
EXI_DeviceMemoryCard: Drop comment about ChipErase behaviour
  • Loading branch information
AdmiralCurtiss committed Sep 28, 2022
2 parents d9cd819 + 85d2358 commit dd3db94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp
Expand Up @@ -295,8 +295,6 @@ void CEXIMemoryCard::SetCS(int cs)
case Command::ChipErase:
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_status &= ~MC_STATUS_BUSY;
}
Expand Down

0 comments on commit dd3db94

Please sign in to comment.