mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Change audio latency setting to a wxSpinCtrl, fixes layout problem on linux.
This commit is contained in:
@ -159,8 +159,7 @@ private:
|
||||
wxCheckBox* DPL2Decoder;
|
||||
wxArrayString wxArrayBackends;
|
||||
wxChoice* BackendSelection;
|
||||
wxSlider* LatencySlider;
|
||||
wxStaticText* LatencyText;
|
||||
wxSpinCtrl* Latency;
|
||||
|
||||
// Interface
|
||||
wxCheckBox* ConfirmStop;
|
||||
|
Reference in New Issue
Block a user