DolphinQt: Expose SYSCONF sound setting

This commit is contained in:
JosJuice
2020-07-02 22:25:41 +02:00
parent 38b36536b2
commit e1e57fc359
4 changed files with 22 additions and 2 deletions

View File

@ -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;