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