summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2022-09-28 21:51:50 +0200
committerGitHub <noreply@github.com>2022-09-28 21:51:50 +0200
commitdd3db9437cbb48eebb6f17a97f1f985781f2b674 (patch)
treeda12263b7ec86064cd02ce2efe6f6b2ac5908c69 /Source
parentd9cd819a76d4f1c171c47cdc81dc2ef7c0adb07f (diff)
parent85d2358157e0ed36a8350dd615e08f98e7b6a2e5 (diff)
Merge pull request #11104 from vpelletier/drop_chiperase_comment
EXI_DeviceMemoryCard: Drop comment about ChipErase behaviour
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp b/Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp
index 0a48ffe7b9..2aa5c1bbb5 100644
--- a/Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp
+++ b/Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp
@@ -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;
}