Merge pull request #2256 from RachelBryk/Dolphin-Pro

Limit Wiimote battery usage for Dolphin-lite users.
This commit is contained in:
Pierre Bourdon
2015-04-01 21:07:22 +02:00
6 changed files with 38 additions and 2 deletions

View File

@ -219,7 +219,6 @@ ControllerEmu::Cursor::Cursor(const std::string& _name)
settings.emplace_back(new Setting(_trans("Center"), 0.5));
settings.emplace_back(new Setting(_trans("Width"), 0.5));
settings.emplace_back(new Setting(_trans("Height"), 0.5));
}
void ControllerEmu::LoadDefaults(const ControllerInterface &ciface)