mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Move 'Background Input' to controller config dialog
This commit is contained in:
@ -30,6 +30,7 @@ private:
|
||||
wxSizer* CreateWiimoteConfigSizer();
|
||||
wxSizer* CreatePassthroughBTConfigSizer();
|
||||
wxSizer* CreateEmulatedBTConfigSizer();
|
||||
wxSizer* CreateAdvancedSettingsSizer();
|
||||
|
||||
void OnClose(wxCloseEvent& event);
|
||||
void OnCloseButton(wxCommandEvent& event);
|
||||
@ -50,6 +51,8 @@ private:
|
||||
void OnContinuousScanning(wxCommandEvent& event);
|
||||
void OnEnableSpeaker(wxCommandEvent& event);
|
||||
|
||||
void OnBackgroundInputChanged(wxCommandEvent& event);
|
||||
|
||||
std::map<wxWindowID, unsigned int> m_gc_port_from_choice_id;
|
||||
std::map<wxWindowID, unsigned int> m_gc_port_from_config_id;
|
||||
std::array<wxButton*, 4> m_gc_port_configure_button;
|
||||
@ -74,4 +77,6 @@ private:
|
||||
wxButton* m_refresh_wm_button;
|
||||
wxStaticText* m_unsupported_bt_text;
|
||||
wxCheckBox* m_enable_speaker_data;
|
||||
|
||||
wxCheckBox* m_background_input_checkbox;
|
||||
};
|
||||
|
Reference in New Issue
Block a user