mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-04 18:46:36 +02:00
Merge pull request #11104 from vpelletier/drop_chiperase_comment
EXI_DeviceMemoryCard: Drop comment about ChipErase behaviour
This commit is contained in:
commit
dd3db9437c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user