mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-19 07:21:40 +00:00
DiscIO: Make functions constant
This commit is contained in:
parent
c211efd84a
commit
9dfcbcecff
8 changed files with 9 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue