mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
Properly disable or enable Configure buttons for GC controllers
Only disable GBA and None
This commit is contained in:
parent
b65d5d6165
commit
4de47a4187
2 changed files with 27 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue