mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
InputConfigDiag: Add a simple error status label
This tells you what you did wrong at a high level if you messed up.
This commit is contained in:
parent
3c7f223aa1
commit
bc17798ef2
4 changed files with 21 additions and 3 deletions
|
@ -112,6 +112,7 @@ public:
|
|||
private:
|
||||
GamepadPage* const m_parent;
|
||||
wxStaticText* m_bound_label;
|
||||
wxStaticText* m_error_label;
|
||||
DeviceQualifier m_devq;
|
||||
bool GetExpressionForSelectedControl(wxString &expr);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue