Match CMemoryCardDriver::ClearError

Former-commit-id: 72155084fae0e55a3c8f5eb836fc1b06a0ef2fae
This commit is contained in:
Henrique Gemignani Passos Lima 2022-10-11 12:47:04 +03:00
parent d28534812a
commit d5b10b0daa

View File

@ -427,7 +427,9 @@ void CMemoryCardDriver::StartCardCheck() {
UpdateCardCheck(result);
}
void CMemoryCardDriver::ClearError() {}
void CMemoryCardDriver::ClearError() {
x14_error = kE_OK;
}
void CMemoryCardDriver::CheckCardCapacity() {}