mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
VolumeDirectory: Make m_totalNameSize a local variable
After BuildFST finishes executing, it's never needed again.
This commit is contained in:
parent
09c6148aba
commit
f3987d13ea
2 changed files with 9 additions and 22 deletions
|
@ -88,15 +88,10 @@ private:
|
|||
void WriteEntry(const File::FSTEntry& entry, u32& fstOffset, u32& nameOffset, u64& dataOffset,
|
||||
u32 parentEntryNum);
|
||||
|
||||
// returns number of entries found in _Directory
|
||||
u64 AddDirectoryEntries(const std::string& _Directory, File::FSTEntry& parentEntry);
|
||||
|
||||
std::string m_rootDirectory;
|
||||
|
||||
std::map<u64, std::string> m_virtualDisk;
|
||||
|
||||
u32 m_totalNameSize;
|
||||
|
||||
bool m_is_wii;
|
||||
|
||||
// GameCube has no shift, Wii has 2 bit shift
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue