DiscIO: Make functions constant

This commit is contained in:
Dr. Dystopia 2025-04-19 09:58:04 +02:00
parent c211efd84a
commit 9dfcbcecff
8 changed files with 9 additions and 8 deletions

View file

@ -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;