FileSystemGCWii: Replace m_Wii with m_offset_shift

I replaced m_OffsetShift with m_Wii in bb93336 to support
the decrypt parameter for read functions. Doing that is no
longer necessary, so m_offset_shift is now used like before.
This commit is contained in:
JosJuice
2015-06-13 20:50:03 +02:00
parent 19b8f1c10a
commit 639ce6c484
2 changed files with 8 additions and 15 deletions

View File

@ -37,7 +37,7 @@ public:
private:
bool m_Initialized;
bool m_Valid;
bool m_Wii;
u32 m_offset_shift;
std::vector<SFileInfo> m_FileInfoVector;
std::string GetStringFromOffset(u64 _Offset) const;
@ -46,7 +46,6 @@ private:
void InitFileSystem();
size_t BuildFilenames(const size_t _FirstIndex, const size_t _LastIndex,
const std::string& _szDirectory, u64 _NameTableOffset);
u32 GetOffsetShift() const;
};
} // namespace