ChangeSet ID: 1022625958614276790832267
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/05/28 17:45:58
Modified files:
dlls/dsound : dsound_main.c
documentation/samples: config
Log message:
Johan Gill <johane(a)lysator.liu.se>
Only enumerate DirectSound devices if the first sound device in the
system supports the Wine implementation of DirectSound. Also added
some entries to the sample config file and changed the values of the
"EmulDriver" key to "Y"/"N".
Patch: http://cvs.winehq.com/patch.py?id=1022625958614276790832267
Revision Changes Path
1.58 +31 -12 wine/dlls/dsound/dsound_main.c
1.23 +15 -0 wine/documentation/samples/config
ChangeSet ID: 1022625893945022330460237
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/05/28 17:44:53
Modified files:
dlls/winedos : int10.c
include : miscemu.h
msdos : dosmem.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
The SVGA block code was not accessible (AH and AL inverted). Fixed.
Removed duplicate VESA Get SuperVGA INFORMATION function.
Fix and finish its implementation.
Add 2 functions to managed structures in the BiosSys segment.
Patch: http://cvs.winehq.com/patch.py?id=1022625893945022330460237
Revision Changes Path
1.12 +8 -19 wine/dlls/winedos/int10.c
1.47 +16 -0 wine/include/miscemu.h
1.37 +55 -7 wine/msdos/dosmem.c