mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
WX: HiDPI: Config Panes
This commit is contained in:
parent
c893447913
commit
a4d633de15
11 changed files with 244 additions and 167 deletions
|
@ -13,6 +13,7 @@ namespace DiscIO
|
|||
enum class Language;
|
||||
}
|
||||
|
||||
class DolphinSlider;
|
||||
class wxCheckBox;
|
||||
class wxChoice;
|
||||
class wxSlider;
|
||||
|
@ -53,7 +54,7 @@ private:
|
|||
wxChoice* m_aspect_ratio_choice;
|
||||
|
||||
wxChoice* m_bt_sensor_bar_pos;
|
||||
wxSlider* m_bt_sensor_bar_sens;
|
||||
wxSlider* m_bt_speaker_volume;
|
||||
DolphinSlider* m_bt_sensor_bar_sens;
|
||||
DolphinSlider* m_bt_speaker_volume;
|
||||
wxCheckBox* m_bt_wiimote_motor;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue