mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DiscIO: Make functions constant
This commit is contained in:
@@ -184,7 +184,7 @@ u64 NFSFileReader::GetRawSize() const
|
||||
return m_raw_size;
|
||||
}
|
||||
|
||||
u64 NFSFileReader::ToPhysicalBlockIndex(u64 logical_block_index)
|
||||
u64 NFSFileReader::ToPhysicalBlockIndex(u64 logical_block_index) const
|
||||
{
|
||||
u64 physical_blocks_so_far = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user