mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GCAdapterConfigDiag: Rename UpdateAdapter to OnUpdateAdapter
Uses the general naming convention for event functions.
This commit is contained in:
@ -16,8 +16,8 @@ public:
|
||||
|
||||
private:
|
||||
void ScheduleAdapterUpdate();
|
||||
void UpdateAdapter(wxCommandEvent& ev);
|
||||
|
||||
void OnUpdateAdapter(wxCommandEvent& ev);
|
||||
void OnAdapterRumble(wxCommandEvent& event);
|
||||
void OnAdapterKonga(wxCommandEvent& event);
|
||||
|
||||
|
Reference in New Issue
Block a user