mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-09-19 19:09:35 +00:00
Match CMemoryCardDriver::NoCardFound
This commit is contained in:
parent
d7cf2ebdde
commit
89c215ba4e
@ -438,7 +438,10 @@ void CMemoryCardDriver::CheckCardCapacity() {
|
||||
x14_error = kE_CardStillFull;
|
||||
}
|
||||
|
||||
void CMemoryCardDriver::NoCardFound() {}
|
||||
void CMemoryCardDriver::NoCardFound() {
|
||||
x10_state = kS_NoCard;
|
||||
gpMain->SetCardBusy(false);
|
||||
}
|
||||
|
||||
void CMemoryCardDriver::IndexFiles() {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user