mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
GCAdapterConfigDiag: Rename UpdateAdapter to OnUpdateAdapter
Uses the general naming convention for event functions.
This commit is contained in:
parent
c5c7ff9fd6
commit
1ae9027a6b
2 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@ public:
|
|||
|
||||
private:
|
||||
void ScheduleAdapterUpdate();
|
||||
void UpdateAdapter(wxCommandEvent& ev);
|
||||
|
||||
void OnUpdateAdapter(wxCommandEvent& ev);
|
||||
void OnAdapterRumble(wxCommandEvent& event);
|
||||
void OnAdapterKonga(wxCommandEvent& event);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue