Skip to content

Commit ef04fd2

Browse files
committed
dxdiag: Use native DirectMusic DLLs and gm.dls
DirectMusic test doesn't work without native DirectMusic DLLs (Wine bug #9027) and gm.dls.
1 parent 08d208a commit ef04fd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: src/winetricks

+6
Original file line numberDiff line numberDiff line change
@@ -9096,6 +9096,8 @@ load_dxdiag()
90969096
{
90979097
helper_directx_dl
90989098

9099+
w_call gmdls
9100+
90999101
w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME
91009102
w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "dxdiag.exe" "$W_TMP/dxnt.cab"
91019103
mkdir -p "$W_WINDIR_UNIX/help"
@@ -9106,6 +9108,10 @@ load_dxdiag()
91069108
then
91079109
w_call dxdiagn
91089110
fi
9111+
if w_workaround_wine_bug 9027
9112+
then
9113+
w_call directmusic
9114+
fi
91099115
if w_workaround_wine_bug 25715 "" 1.7.28,
91109116
then
91119117
w_call quartz

0 commit comments

Comments
 (0)