Merge pull request #2829 from JosJuice/fix-wii-fst-size-2

Fix reading Wii FST size (for real this time)
This commit is contained in:
Lioncash
2015-09-12 00:50:00 -04:00
committed by Jules Blok
parent bfdbace69b
commit 2814aa20c8
9 changed files with 11 additions and 11 deletions

View File

@ -33,7 +33,7 @@ public:
std::map<ELanguage, std::string> GetDescriptions() const override;
std::string GetCompany() const override;
std::vector<u32> GetBanner(int* width, int* height) const override;
u32 GetFSTSize() const override;
u64 GetFSTSize() const override;
std::string GetApploaderDate() const override;
u8 GetDiscNumber() const override;