mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-12 01:38:29 +12:00
More changes to finding wiimotes (#961)
This commit is contained in:
parent
98b5a8758a
commit
323bdfa183
4 changed files with 38 additions and 25 deletions
|
@ -56,7 +56,6 @@ WiimoteControllerSettings::WiimoteControllerSettings(wxWindow* parent, const wxP
|
|||
// Motion
|
||||
m_use_motion = new wxCheckBox(box, wxID_ANY, _("Use motion"));
|
||||
m_use_motion->SetValue(m_settings.motion);
|
||||
m_use_motion->SetValue(m_settings.motion);
|
||||
m_use_motion->Enable(m_controller->has_motion());
|
||||
row_sizer->Add(m_use_motion, 0, wxALL, 5);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue