msvc: resolve all warnings in DolphinWX.

Also, bring WiiSaveCrypted closer to modern dolphin coding style.
This commit is contained in:
Shawn Hoffman
2014-08-19 20:19:12 -07:00
parent 5471c71819
commit d9fcc855a7
4 changed files with 330 additions and 297 deletions

View File

@ -125,7 +125,7 @@ public:
void SetValue(ControlState new_value) override
{
SConfig::GetInstance().m_BackgroundInput = new_value;
SConfig::GetInstance().m_BackgroundInput = !!new_value;
}
ControlState GetValue() override