diff options
author | Chris Robinson <[email protected]> | 2012-09-14 05:05:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-14 05:05:20 -0700 |
commit | 45bb010b2801fefb0e154cc6d18c2f7d60d302db (patch) | |
tree | f419fc4d180a24dbf67d5fa94f00fcdd85a42780 /Alc | |
parent | 90e0c74721f9353b51141be09630b76441e61bb7 (diff) |
Shorten a warning
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |