mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 05:19:35 -05: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