summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu.cpp
diff options
context:
space:
mode:
authorRachel Bryk <RachelBryk@gmail.com>2015-02-25 02:22:27 -0500
committerRachel Bryk <RachelBryk@gmail.com>2015-04-01 05:29:45 -0400
commitba93b9156598312703391cce87317179a5a003b9 (patch)
tree2be6da71b85a86b85c9052c389d24419490cef58 /Source/Core/InputCommon/ControllerEmu.cpp
parent74f25ad8ecef9315add7983f7c98b182a7771e45 (diff)
Add an option for wiimote battery.
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerEmu.cpp1
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)