Commit 93853094 authored by Alexandre Julliard's avatar Alexandre Julliard

winecfg: Don't try to load the arts driver, the arts library is too buggy.

parent 38d5130b
......@@ -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"},
......
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