mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-05 13:15:52 +00:00
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() {}
|
void CMemoryCardDriver::UpdateCardProbe() {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user