From ba93b9156598312703391cce87317179a5a003b9 Mon Sep 17 00:00:00 2001 From: Rachel Bryk Date: Wed, 25 Feb 2015 02:22:27 -0500 Subject: Add an option for wiimote battery. --- Source/Core/InputCommon/ControllerEmu.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerEmu.cpp') 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) -- cgit v1.2.3