blinksmith / winezeug

Automatically exported from code.google.com/p/winezeug
0 stars 0 forks source link

winetricks psm=X sets RenderTargetLockMode #210

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
VERSION=20101106

Shouldn't this be changing "PixelShaderMode"?

set_psm() {
    echo "Setting PixelShaderMode to $1"
    cat > "$WINETRICKS_TMP"/set-psm.reg <<_EOF_
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"RenderTargetLockMode"="$1"

_EOF_
    try_regedit "$WINETRICKS_TMP"/set-psm.reg
}

Original issue reported on code.google.com by raven...@gmail.com on 10 Dec 2010 at 5:28

GoogleCodeExporter commented 8 years ago
Yep.  Thanks.  Fixed in svn on 11-11-2010, fix released 12-22-2010.

Original comment by daniel.r...@gmail.com on 5 Jan 2011 at 7:56