Properly disable or enable Configure buttons for GC controllers

Only disable GBA and None
This commit is contained in:
Daniel Stuart Baxter
2015-01-04 23:30:44 -06:00
parent b65d5d6165
commit 4de47a4187
2 changed files with 27 additions and 4 deletions

View File

@ -84,5 +84,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;
};