mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
DiscIO: Make functions constant
This commit is contained in:
parent
c211efd84a
commit
9dfcbcecff
8 changed files with 9 additions and 8 deletions
|
@ -70,7 +70,7 @@ private:
|
|||
std::string GetPath(const NANDFSTEntry& entry, const std::string& parent_path);
|
||||
std::string FormatDebugString(const NANDFSTEntry& entry);
|
||||
void ProcessEntry(u16 entry_number, const std::string& parent_path);
|
||||
std::vector<u8> GetEntryData(const NANDFSTEntry& entry);
|
||||
std::vector<u8> GetEntryData(const NANDFSTEntry& entry) const;
|
||||
void ExportKeys();
|
||||
|
||||
std::string m_nand_root;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue