Commit 2d6fe3dd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: update audio panel to newest DirectSound changes

Close #3218
parent bd5c1734
......@@ -262,7 +262,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
#ifdef WIN32
audioControl( DirectX );
optionWidgets.append( DirectXControl );
CONFIG_GENERIC2( "directx-audio-device", IntegerList,
CONFIG_GENERIC2( "directx-audio-device-name", StringList,
NULL, DirectXDevice );
#else
if( module_exists( "alsa" ) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment