mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-05 01:42:41 +00:00
Audio: Add option to AudioPane to temporarily mute audio when emulation speed limit is disabled.
This commit is contained in:
parent
de67c4c93b
commit
a56a27a219
5 changed files with 41 additions and 1 deletions
|
@ -76,4 +76,7 @@ private:
|
|||
QLabel* m_stretching_buffer_label;
|
||||
QSlider* m_stretching_buffer_slider;
|
||||
QLabel* m_stretching_buffer_indicator;
|
||||
|
||||
// Misc Settings
|
||||
QCheckBox* m_speed_up_mute_enable;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue