mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-09 11:05:56 +00: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:
parent
e7efbf7ae5
commit
7de0d51345
2 changed files with 29 additions and 28 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue