mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-09 03:55:51 +00:00
Match CMemoryCardDriver::ClearError
This commit is contained in:
parent
65231b6191
commit
72155084fa
@ -427,7 +427,9 @@ void CMemoryCardDriver::StartCardCheck() {
|
|||||||
UpdateCardCheck(result);
|
UpdateCardCheck(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CMemoryCardDriver::ClearError() {}
|
void CMemoryCardDriver::ClearError() {
|
||||||
|
x14_error = kE_OK;
|
||||||
|
}
|
||||||
|
|
||||||
void CMemoryCardDriver::CheckCardCapacity() {}
|
void CMemoryCardDriver::CheckCardCapacity() {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user