mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Minor corrections, and fix memorycard corruption
This commit is contained in:
@@ -32,8 +32,9 @@ ECardResult CMemoryCardDriver::SFileInfo::StartRead() {
|
||||
|
||||
ECardResult CMemoryCardDriver::SFileInfo::TryFileRead() {
|
||||
ECardResult res = CMemoryCardSys::GetResultCode(GetFileCardPort());
|
||||
if (res == ECardResult::READY)
|
||||
if (res == ECardResult::READY) {
|
||||
res = FileRead();
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user