mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 06:06:18 +00:00
Also hide latency control on Qt GUI
This commit is contained in:
parent
e7f0279ffc
commit
9e63c65c36
2 changed files with 41 additions and 15 deletions
|
@ -32,6 +32,9 @@ private:
|
|||
void OnBackendChanged();
|
||||
void OnVolumeChanged(int volume);
|
||||
|
||||
void CheckNeedForLatencyControl();
|
||||
bool m_latency_control_supported;
|
||||
|
||||
QGridLayout* m_main_layout;
|
||||
|
||||
// DSP Engine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue