mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Make ControllerEmu::BooleanSetting non-virtual
This commit is contained in:
@@ -19,8 +19,6 @@ BooleanSetting::BooleanSetting(const std::string& setting_name, const bool defau
|
||||
{
|
||||
}
|
||||
|
||||
BooleanSetting::~BooleanSetting() = default;
|
||||
|
||||
bool BooleanSetting::GetValue() const
|
||||
{
|
||||
return m_value;
|
||||
|
||||
Reference in New Issue
Block a user