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