Skip to content

Commit

Permalink
Merge pull request #532 from kakurasan/workaround
Browse files Browse the repository at this point in the history
dxdiag: Use native DirectMusic DLLs and gm.dls
  • Loading branch information
austin987 committed Aug 10, 2015
2 parents 08d208a + ef04fd2 commit fc51a76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -9096,6 +9096,8 @@ load_dxdiag()
{
helper_directx_dl

w_call gmdls

w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME
w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "dxdiag.exe" "$W_TMP/dxnt.cab"
mkdir -p "$W_WINDIR_UNIX/help"
Expand All @@ -9106,6 +9108,10 @@ load_dxdiag()
then
w_call dxdiagn
fi
if w_workaround_wine_bug 9027
then
w_call directmusic
fi
if w_workaround_wine_bug 25715 "" 1.7.28,
then
w_call quartz
Expand Down

0 comments on commit fc51a76

Please sign in to comment.