Skip to content

Commit

Permalink
origin: Only install d3dcompiler_47 below wine-6.3
Browse files Browse the repository at this point in the history
Origin already ships this dll
  • Loading branch information
Gcenx authored and austin987 committed Sep 25, 2022
1 parent 0c49ebc commit c92d31b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/winetricks
Expand Up @@ -16073,7 +16073,10 @@ load_origin()
# Origin requirements
w_call vcrun2010
w_call vcrun2019
w_call d3dcompiler_47

if w_wine_version_in ,6.3 ; then
w_call d3dcompiler_47
fi

# Avoids "An unexpected error has occurred. Please try again in a few moments. Error: 327684:3"
# Games won't registor correctly unless disabled
Expand Down

0 comments on commit c92d31b

Please sign in to comment.