mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DiscIO: Make functions constant
This commit is contained in:
@ -73,7 +73,7 @@ private:
|
||||
NFSFileReader(std::vector<NFSLBARange> lba_ranges, std::vector<File::IOFile> files, Key key,
|
||||
u64 raw_size);
|
||||
|
||||
u64 ToPhysicalBlockIndex(u64 logical_block_index);
|
||||
u64 ToPhysicalBlockIndex(u64 logical_block_index) const;
|
||||
bool ReadEncryptedBlock(u64 physical_block_index);
|
||||
void DecryptBlock(u64 logical_block_index);
|
||||
bool ReadAndDecryptBlock(u64 logical_block_index);
|
||||
|
Reference in New Issue
Block a user