mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Audio: Add option to AudioPane to temporarily mute audio when emulation speed limit is disabled.
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user