mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
DolphinQt: Make the mapping window clear button use ControllerEmu's clear functionality.
This commit is contained in:
@ -56,7 +56,6 @@ public:
|
||||
|
||||
signals:
|
||||
void Update();
|
||||
void ClearFields();
|
||||
void Save();
|
||||
|
||||
private:
|
||||
@ -75,6 +74,7 @@ private:
|
||||
void OnLoadProfilePressed();
|
||||
void OnSaveProfilePressed();
|
||||
void OnDefaultFieldsPressed();
|
||||
void OnClearFieldsPressed();
|
||||
void OnDeviceChanged(int index);
|
||||
void OnGlobalDevicesChanged();
|
||||
|
||||
|
Reference in New Issue
Block a user