Commit cc3af243 authored by John K. Hohm's avatar John K. Hohm Committed by Alexandre Julliard

Consistently suggest proper Emulation rather than Emulated for

HardwareAcceleration in [dsound] section of config file.
parent f84a53c0
......@@ -2675,7 +2675,7 @@ static HRESULT DSDB_MapBuffer(IDsDriverBufferImpl *dsdb)
dsdb->fd, 0);
if (dsdb->mapping == (LPBYTE)-1) {
ERR("Could not map sound device for direct access (%s)\n", strerror(errno));
ERR("set \"HardwareAcceleration\" = \"Emulated\" in the [dsound] section of your config file\n");
ERR("Use: \"HardwareAcceleration\" = \"Emulation\" in the [dsound] section of your config file.\n");
return DSERR_GENERIC;
}
TRACE("The sound device has been mapped for direct access at %p, size=%ld\n", dsdb->mapping, dsdb->maplen);
......
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