mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
WiiWad: Move static implementation details to cpp file
These functions don't actually depend on any state from the class instance, so they don't really belong in the header, and are just an implementation detail.
This commit is contained in:
@ -28,8 +28,6 @@ public:
|
||||
const std::vector<u8>& GetFooter() const { return m_footer; }
|
||||
private:
|
||||
bool ParseWAD(IBlobReader& reader);
|
||||
static std::vector<u8> CreateWADEntry(IBlobReader& reader, u32 size, u64 offset);
|
||||
static bool IsWiiWAD(const CBlobBigEndianReader& reader);
|
||||
|
||||
bool m_valid;
|
||||
|
||||
|
Reference in New Issue
Block a user