mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
DolphinWX: Ensure TASInputDlg only gets modified on the main thread
This commit is contained in:
parent
ccf14e1ba4
commit
adf6e46200
2 changed files with 60 additions and 12 deletions
|
@ -89,6 +89,8 @@ class TASInputDlg : public wxDialog
|
|||
};
|
||||
|
||||
wxBoxSizer* CreateCCLayout();
|
||||
void FinishLayout();
|
||||
void GetValuesCallback(wxCommandEvent& event);
|
||||
void SetStickValue(bool* ActivatedByKeyboard, int* AmountPressed, wxTextCtrl* Textbox, int CurrentValue, int center = 128);
|
||||
void SetButtonValue(Button* button, bool CurrentState);
|
||||
void SetSliderValue(Control* control, int CurrentValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue