Robert Reif reif@earthlink.net writes:
Programs that are written specifically for 2000 and xp don't bother to set the primary buffer format because it's a noop. However wine is patterned after win9x and DirectX 7 or earlier which has a real primary buffer and expects the program to change the primary buffer format if necessary.
This patch provides a way to change the primary buffer format from 22050x8 to an application specific value or a system wide value for programs that don't.
Shouldn't we make it work the win2k way then, instead of requiring users to configure things manually?