diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2022-01-29 06:01:03 +0100 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2022-01-29 06:49:22 +0100 |
| commit | a336c4386c154746ef2ea732b13872f5293666be (patch) | |
| tree | 390c6fed908927a8b6d4bdfb956bf27bbd8b4600 /Source/Core/DiscIO/FileBlob.cpp | |
| parent | 36cfcb530f6810afca93e75c47f767a453a99361 (diff) | |
IOFile: Rename Clear() to ClearError() for clarity.
Diffstat (limited to 'Source/Core/DiscIO/FileBlob.cpp')
| -rw-r--r-- | Source/Core/DiscIO/FileBlob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/FileBlob.cpp b/Source/Core/DiscIO/FileBlob.cpp index 8a9cfafcdc..e185fe9cc2 100644 --- a/Source/Core/DiscIO/FileBlob.cpp +++ b/Source/Core/DiscIO/FileBlob.cpp @@ -36,7 +36,7 @@ bool PlainFileReader::Read(u64 offset, u64 nbytes, u8* out_ptr) } else { - m_file.Clear(); + m_file.ClearError(); return false; } } |
