mirror of https://github.com/PrimeDecomp/prime.git
Match CMemoryCardDriver::StartCardProbe
This commit is contained in:
parent
23fd21ff1d
commit
b8b83360f4
|
@ -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() {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue