diff options
| author | Matthew Parlane <parlane@gmail.com> | 2015-04-21 11:12:12 +1200 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2015-04-21 11:12:12 +1200 |
| commit | 82bbada3524f6007b0ad82cf911962c028a728b3 (patch) | |
| tree | e2386e224597aa33e30ea7ff44cc81956cf221c3 /Source/Core/InputCommon/ControllerEmu.cpp | |
| parent | f35277f2154e365f61d60764e763d7541b4cacf9 (diff) | |
| parent | ba93b9156598312703391cce87317179a5a003b9 (diff) | |
Merge pull request #2257 from RachelBryk/battery
Add an option for wiimote battery.
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) |
