mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
IOFile: Rename Clear() to ClearError() for clarity.
This commit is contained in:
@ -94,7 +94,7 @@ bool IOFile::Close()
|
||||
void IOFile::SetHandle(std::FILE* file)
|
||||
{
|
||||
Close();
|
||||
Clear();
|
||||
ClearError();
|
||||
m_file = file;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user