diff options
| author | Anthony <Helios747@users.noreply.github.com> | 2017-03-19 22:31:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-19 22:31:30 -0700 |
| commit | b35bbdfb58b80f5799ab5d43fcab4b72da7594b2 (patch) | |
| tree | 6b2ee0277409261f069276f666684c709c9060ee /Source/Core/InputCommon/ControllerEmu/Setting/BooleanSetting.cpp | |
| parent | 8eb26d298e383a56e8a0f2be580ed2c5f69eacbf (diff) | |
| parent | 1b0701e988bcdfe0f822638bb5c22bbd3739fd06 (diff) | |
Merge pull request #4856 from ligfx/backgroundinput
Move "Background Input" out of individual controller configurations
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/Setting/BooleanSetting.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/Setting/BooleanSetting.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/Setting/BooleanSetting.cpp b/Source/Core/InputCommon/ControllerEmu/Setting/BooleanSetting.cpp index b6e820b031..3f7c4e0752 100644 --- a/Source/Core/InputCommon/ControllerEmu/Setting/BooleanSetting.cpp +++ b/Source/Core/InputCommon/ControllerEmu/Setting/BooleanSetting.cpp @@ -19,8 +19,6 @@ BooleanSetting::BooleanSetting(const std::string& setting_name, const bool defau { } -BooleanSetting::~BooleanSetting() = default; - bool BooleanSetting::GetValue() const { return m_value; |
