mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
Change audio latency setting to a wxSpinCtrl, fixes layout problem on linux.
This commit is contained in:
parent
7d11f8cedd
commit
6612763a9a
2 changed files with 13 additions and 18 deletions
|
@ -159,8 +159,7 @@ private:
|
|||
wxCheckBox* DPL2Decoder;
|
||||
wxArrayString wxArrayBackends;
|
||||
wxChoice* BackendSelection;
|
||||
wxSlider* LatencySlider;
|
||||
wxStaticText* LatencyText;
|
||||
wxSpinCtrl* Latency;
|
||||
|
||||
// Interface
|
||||
wxCheckBox* ConfirmStop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue