mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
InputConfigDiag: Save the configuration when pressing "OK"
This fixes a common UI complaint of the control dialog UI. Also, don't close the dialog if we have an error with the expression.
This commit is contained in:
parent
bc17798ef2
commit
f693488c8a
2 changed files with 6 additions and 6 deletions
|
@ -89,9 +89,10 @@ public:
|
|||
|
||||
wxStaticBoxSizer* CreateControlChooser(GamepadPage* const parent);
|
||||
|
||||
virtual bool Validate();
|
||||
|
||||
void DetectControl(wxCommandEvent& event);
|
||||
void ClearControl(wxCommandEvent& event);
|
||||
void SetControl(wxCommandEvent& event);
|
||||
void SetDevice(wxCommandEvent& event);
|
||||
|
||||
void UpdateGUI();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue