From 1f7cb38efb907ff9b34168c9e13a7d4446b4c073 Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Sat, 9 Aug 2008 14:52:58 +0200 Subject: [PATCH] winecfg: Disable NAS as it takes too long when selecting the audio tab and is almost not in use anymore. "nas" can still be manually set in the registry. --- programs/winecfg/audio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programs/winecfg/audio.c b/programs/winecfg/audio.c index 3ce0e25f4b6..78ebc39ef44 100644 --- a/programs/winecfg/audio.c +++ b/programs/winecfg/audio.c @@ -92,7 +92,9 @@ static const AUDIO_DRIVER sAudioDrivers[] = { {IDS_DRIVER_OSS, "oss"}, {IDS_DRIVER_COREAUDIO, "coreaudio"}, {IDS_DRIVER_JACK, "jack"}, +#if 0 {IDS_DRIVER_NAS, "nas"}, +#endif {IDS_DRIVER_ESOUND, "esd"}, {IDS_DRIVER_AUDIOIO, "audioio"}, {0, ""} -- 2.11.4.GIT