* Start to fill in save related classes

* Fix silly bug in WiiSave
* Fix typos in Utilitiy.*
This commit is contained in:
2014-11-28 19:32:37 -08:00
parent fea9a45a5c
commit be135d1caa
25 changed files with 476 additions and 122 deletions

View File

@@ -152,12 +152,12 @@ public:
std::string gameString() const;
static const std::vector<std::string> gameStringList();
private:
protected:
Game m_game;
std::string m_gameString;
Endian m_endian;
atUint8* m_data;
atUint32 m_length;
atUint8* m_data;
atUint32 m_length;
// Game strings support
};