mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
File: Make GetSize() a const member function
This commit is contained in:
@ -85,7 +85,7 @@ void IOFile::SetHandle(std::FILE* file)
|
||||
m_file = file;
|
||||
}
|
||||
|
||||
u64 IOFile::GetSize()
|
||||
u64 IOFile::GetSize() const
|
||||
{
|
||||
if (IsOpen())
|
||||
return File::GetSize(m_file);
|
||||
|
Reference in New Issue
Block a user