mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-14 14:02:30 -05:00
DolphinQt: Make the mapping window clear button use ControllerEmu's clear functionality.
This commit is contained in:
@@ -28,13 +28,6 @@ void MappingNumeric::Connect()
|
||||
});
|
||||
}
|
||||
|
||||
void MappingNumeric::Clear()
|
||||
{
|
||||
m_setting->SetValue(m_setting->m_default_value);
|
||||
m_parent->SaveSettings();
|
||||
Update();
|
||||
}
|
||||
|
||||
void MappingNumeric::Update()
|
||||
{
|
||||
setValue(m_setting->GetValue() * 100);
|
||||
|
||||
Reference in New Issue
Block a user