mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinWX: Enable/disable config UI options based on core state
This commit is contained in:
@ -23,7 +23,10 @@ public:
|
||||
private:
|
||||
void InitializeGUI();
|
||||
void LoadGUIValues();
|
||||
void RefreshGUI();
|
||||
void BindEvents();
|
||||
|
||||
void OnUpdateCPUClockControls(wxUpdateUIEvent&);
|
||||
void OnUpdateRTCDateTimeEntries(wxUpdateUIEvent&);
|
||||
|
||||
void OnClockOverrideCheckBoxChanged(wxCommandEvent&);
|
||||
void OnClockOverrideSliderChanged(wxCommandEvent&);
|
||||
|
Reference in New Issue
Block a user