mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Move 'Background Input' to controller config dialog
This commit is contained in:
parent
8adad0729e
commit
24a5411af5
6 changed files with 26 additions and 10 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue