mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
IOFile: Rename Clear() to ClearError() for clarity.
This commit is contained in:
@ -36,7 +36,7 @@ bool PlainFileReader::Read(u64 offset, u64 nbytes, u8* out_ptr)
|
||||
}
|
||||
else
|
||||
{
|
||||
m_file.Clear();
|
||||
m_file.ClearError();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user