Skip to content

Commit

Permalink
csmt: registry value should be a REG_DWORD, not REG_SZ
Browse files Browse the repository at this point in the history
  • Loading branch information
austin987 committed Apr 21, 2017
1 parent 8978b5a commit 35eb15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winetricks
Expand Up @@ -17810,7 +17810,7 @@ load_csmt()
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"csmt"="$arg"
"csmt"=dword:$arg

_EOF_
w_try_regedit "$W_TMP"/set-csmt.reg
Expand Down

0 comments on commit 35eb15f

Please sign in to comment.