mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Consistently suggest proper Emulation rather than Emulated for
HardwareAcceleration in [dsound] section of config file.
This commit is contained in:
parent
f84a53c099
commit
cc3af24375
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user