mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
GCAdapterConfigDiag: Make functions private where applicable
These don't need to be in the public interface.
This commit is contained in:
@ -14,13 +14,13 @@ public:
|
|||||||
GCAdapterConfigDiag(wxWindow* const parent, const wxString& name, const int tab_num = 0);
|
GCAdapterConfigDiag(wxWindow* const parent, const wxString& name, const int tab_num = 0);
|
||||||
~GCAdapterConfigDiag();
|
~GCAdapterConfigDiag();
|
||||||
|
|
||||||
|
private:
|
||||||
void ScheduleAdapterUpdate();
|
void ScheduleAdapterUpdate();
|
||||||
void UpdateAdapter(wxCommandEvent& ev);
|
void UpdateAdapter(wxCommandEvent& ev);
|
||||||
|
|
||||||
private:
|
|
||||||
wxStaticText* m_adapter_status;
|
|
||||||
int m_pad_id;
|
|
||||||
|
|
||||||
void OnAdapterRumble(wxCommandEvent& event);
|
void OnAdapterRumble(wxCommandEvent& event);
|
||||||
void OnAdapterKonga(wxCommandEvent& event);
|
void OnAdapterKonga(wxCommandEvent& event);
|
||||||
|
|
||||||
|
wxStaticText* m_adapter_status;
|
||||||
|
int m_pad_id;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user