Match CMemoryCardDriver::StartCardProbe

Former-commit-id: b8b83360f4
This commit is contained in:
Henrique Gemignani Passos Lima 2022-10-11 12:05:48 +03:00
parent 6bb106c522
commit f641b5704c
1 changed files with 5 additions and 1 deletions

View File

@ -364,7 +364,11 @@ void CMemoryCardDriver::UpdateCardFormat(ECardResult result) {
}
}
void CMemoryCardDriver::StartCardProbe() {}
void CMemoryCardDriver::StartCardProbe() {
x10_state = kS_CardProbe;
x14_error = kE_OK;
UpdateCardProbe();
}
void CMemoryCardDriver::UpdateCardProbe() {}