Merge pull request #1832 from shonumi/disable-configs

Properly disable or enable Configure buttons for GC controllers
This commit is contained in:
skidau
2015-01-15 14:07:54 +11:00
2 changed files with 27 additions and 4 deletions

View File

@ -89,5 +89,6 @@ private:
unsigned int m_orig_wiimote_sources[MAX_BBMOTES];
wxButton* wiimote_configure_bt[MAX_WIIMOTES];
wxButton* gamecube_configure_bt[4];
std::map<wxWindowID, unsigned int> m_wiimote_index_from_conf_bt_id;
};