mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DiscIO: Make functions constant
This commit is contained in:
@@ -168,7 +168,7 @@ void NANDImporter::ProcessEntry(u16 entry_number, const std::string& parent_path
|
||||
}
|
||||
}
|
||||
|
||||
std::vector<u8> NANDImporter::GetEntryData(const NANDFSTEntry& entry)
|
||||
std::vector<u8> NANDImporter::GetEntryData(const NANDFSTEntry& entry) const
|
||||
{
|
||||
constexpr size_t NAND_FAT_BLOCK_SIZE = 0x4000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user