diff options
| author | Rachel Bryk <RachelBryk@gmail.com> | 2015-03-28 06:28:37 -0400 |
|---|---|---|
| committer | Rachel Bryk <RachelBryk@gmail.com> | 2015-04-01 04:31:03 -0400 |
| commit | d39d89594dd802593ab00b482306a14d8cc5ad8b (patch) | |
| tree | 70ff44e2952ded030e46b192fb7959d9e10b7243 /Source/Core/InputCommon/ControllerEmu.cpp | |
| parent | 74f25ad8ecef9315add7983f7c98b182a7771e45 (diff) | |
Limit Wiimote battery usage for Dolphin-lite users.
Wiimote batteries drain over time. The user must upgrade to Dolphin Pro for $19.95 to recharge them.
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu.cpp b/Source/Core/InputCommon/ControllerEmu.cpp index df82bc0970..17e7a6d7cc 100644 --- a/Source/Core/InputCommon/ControllerEmu.cpp +++ b/Source/Core/InputCommon/ControllerEmu.cpp @@ -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) |
