Skip to content

Commit

Permalink
dxdiag: Use native DirectMusic DLLs and gm.dls
Browse files Browse the repository at this point in the history
DirectMusic test doesn't work without native DirectMusic DLLs (Wine bug #9027) and gm.dls.
  • Loading branch information
kakurasan committed Aug 8, 2015
1 parent 08d208a commit ef04fd2
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 ef04fd2

Please sign in to comment.