mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-21 11:39:10 +00:00
@@ -580,7 +580,13 @@ void CMemoryCardDriver::StartFileCreate() {
|
||||
UpdateFileCreate(result);
|
||||
}
|
||||
|
||||
void CMemoryCardDriver::StartFileWrite() {}
|
||||
void CMemoryCardDriver::StartFileWrite() {
|
||||
x14_error = kE_OK;
|
||||
x10_state = kS_FileWrite;
|
||||
ECardResult result = x198_fileInfo->WriteFile();
|
||||
if (result != kCR_READY)
|
||||
UpdateFileWrite(result);
|
||||
}
|
||||
|
||||
void CMemoryCardDriver::StartFileCreateTransactional() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user