mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
DolphinQt: Expose SYSCONF sound setting
This commit is contained in:
parent
38b36536b2
commit
e1e57fc359
4 changed files with 22 additions and 2 deletions
|
@ -50,6 +50,8 @@ private:
|
|||
QLabel* m_system_language_choice_label;
|
||||
QComboBox* m_aspect_ratio_choice;
|
||||
QLabel* m_aspect_ratio_choice_label;
|
||||
QComboBox* m_sound_mode_choice;
|
||||
QLabel* m_sound_mode_choice_label;
|
||||
|
||||
// Whitelisted USB Passthrough Devices
|
||||
QListWidget* m_whitelist_usb_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue