mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
IOFile: Rename Clear() to ClearError() for clarity.
This commit is contained in:
@ -127,7 +127,7 @@ bool WbfsFileReader::Read(u64 offset, u64 nbytes, u8* out_ptr)
|
||||
|
||||
if (!data_file.ReadBytes(out_ptr, read_size))
|
||||
{
|
||||
data_file.Clear();
|
||||
data_file.ClearError();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user