From 8d9838012d5d073cf0bcdc917634b69e77fbaf71 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 29 Apr 2012 04:44:53 -0700 Subject: Remove the stereodup option There's better ways to do it now with "wide" sound sources. --- Alc/ALc.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index e91108a4..c57d015d 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -1562,23 +1562,6 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList) TRACE("BS2B disabled\n"); } - device->Flags &= ~DEVICE_DUPLICATE_STEREO; - switch(device->FmtChans) - { - case DevFmtMono: - case DevFmtStereo: - break; - case DevFmtQuad: - case DevFmtX51: - case DevFmtX51Side: - case DevFmtX61: - case DevFmtX71: - if(GetConfigValueBool(NULL, "stereodup", AL_TRUE)) - device->Flags |= DEVICE_DUPLICATE_STEREO; - break; - } - TRACE("Stereo duplication %s\n", (device->Flags&DEVICE_DUPLICATE_STEREO)?"enabled":"disabled"); - oldMode = SetMixerFPUMode(); LockDevice(device); context = device->ContextList; -- cgit v1.2.3