From 45bb010b2801fefb0e154cc6d18c2f7d60d302db Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 14 Sep 2012 05:05:20 -0700 Subject: [PATCH] Shorten a warning --- Alc/ALc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alc/ALc.c b/Alc/ALc.c index 4914ae7f..556bf111 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -1627,7 +1627,7 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList) if(!device->Hrtf && (device->UpdateSize&3)) { if((CPUCapFlags&CPU_CAP_SSE)) - WARN("SSE performance is degraded with a non-multiple of 4 update size (%u)\n", device->UpdateSize); + WARN("SSE performs best with multiple of 4 update sizes (%u)\n", device->UpdateSize); } oldMode = SetMixerFPUMode();