winecfg: Don't try to load the arts driver, the arts library is too buggy.
This commit is contained in:
parent
38d5130b5c
commit
9385309461
|
@ -82,7 +82,9 @@ static const char* DSound_Bits[] = {
|
|||
|
||||
static const AUDIO_DRIVER sAudioDrivers[] = {
|
||||
{IDS_DRIVER_ALSA, "alsa"},
|
||||
#if 0 /* arts library is buggy */
|
||||
{IDS_DRIVER_ARTS, "arts"},
|
||||
#endif
|
||||
{IDS_DRIVER_ESOUND, "esd"},
|
||||
{IDS_DRIVER_OSS, "oss"},
|
||||
{IDS_DRIVER_JACK, "jack"},
|
||||
|
|
Loading…
Reference in New Issue