mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 02:57:01 +00:00
Match CMemoryCardDriver::StartCardProbe
This commit is contained in:
@@ -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() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user