mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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