Tidy up SetupWiiMemory

This commit is contained in:
Matthew Parlane
2014-02-07 17:26:50 +13:00
parent 70e2ed320d
commit 6b980cbf30
3 changed files with 47 additions and 58 deletions

View File

@ -22,6 +22,10 @@ public:
INITIAL_SEED = 0x73B5DBFA
};
inline void AddSetting(const char *key, const std::string& value)
{
AddSetting(key, value.c_str());
}
void AddSetting(const char *key, const char *value);
const u8 *GetData() const;