mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
The latency setting now appears only if there is at least one backend
that supports it.
This commit is contained in:
@ -26,6 +26,7 @@ private:
|
||||
void BindEvents();
|
||||
|
||||
void PopulateBackendChoiceBox();
|
||||
void CheckNeedForLatencyControl();
|
||||
void ToggleBackendSpecificControls(const std::string& backend);
|
||||
|
||||
void OnDSPEngineRadioBoxChanged(wxCommandEvent&);
|
||||
@ -50,4 +51,6 @@ private:
|
||||
wxStaticText* m_stretch_label;
|
||||
DolphinSlider* m_stretch_slider;
|
||||
wxStaticText* m_stretch_text;
|
||||
|
||||
bool m_latency_control_supported;
|
||||
};
|
||||
|
Reference in New Issue
Block a user