mot Emulated, Emulation

John K. Hohm jhohm at acm.org
Wed Aug 18 20:23:14 CDT 2004


Changelog:
John K. Hohm <jhohm at acm.org>
Consistently suggest proper Emulation rather than Emulated for 
HardwareAcceleration in [dsound] section of config file.
-------------- next part --------------
Index: dlls/winmm/wineoss/audio.c
===================================================================
RCS file: /home/wine/wine/dlls/winmm/wineoss/audio.c,v
retrieving revision 1.141
diff -u -r1.141 audio.c
--- dlls/winmm/wineoss/audio.c	16 Aug 2004 21:09:52 -0000	1.141
+++ dlls/winmm/wineoss/audio.c	19 Aug 2004 01:18:36 -0000
@@ -2621,7 +2621,7 @@
                              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);


More information about the wine-patches mailing list