Audio: Add option to AudioPane to temporarily mute audio when emulation speed limit is disabled.

This commit is contained in:
TryTwo 2024-10-09 17:39:18 -07:00
parent de67c4c93b
commit a56a27a219
5 changed files with 41 additions and 1 deletions

View file

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