Match CMemoryCardDriver::NoCardFound

This commit is contained in:
Henrique Gemignani Passos Lima 2022-10-11 14:08:20 +03:00
parent d7cf2ebdde
commit 89c215ba4e
No known key found for this signature in database
GPG Key ID: E224F951761145F8
1 changed files with 4 additions and 1 deletions

View File

@ -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() {}