Consistently suggest proper Emulation rather than Emulated for

HardwareAcceleration in [dsound] section of config file.
This commit is contained in:
John K. Hohm 2004-08-19 18:54:41 +00:00 committed by Alexandre Julliard
parent f84a53c099
commit cc3af24375

View File

@ -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);