mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
IOFile: Rename Clear() to ClearError() for clarity.
This commit is contained in:
parent
36cfcb530f
commit
a336c4386c
9 changed files with 9 additions and 9 deletions
|
@ -94,7 +94,7 @@ bool IOFile::Close()
|
|||
void IOFile::SetHandle(std::FILE* file)
|
||||
{
|
||||
Close();
|
||||
Clear();
|
||||
ClearError();
|
||||
m_file = file;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue