Skip to content

Commit

Permalink
d3dx9 verb is mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Hrbek committed Mar 7, 2019
1 parent fb331df commit b6c23d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Applications/Games/League of Legends/Online/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include("engines.wine.quick_script.custom_installer_script");
include("engines.wine.plugins.windows_version");
include("engines.wine.shortcuts.wine");
include("engines.wine.verbs.sandbox");
include("engines.wine.verbs.d3dx9");

var installerImplementation = {
run: function () {
Expand Down Expand Up @@ -92,6 +93,7 @@ var installerImplementation = {
// confirmed working on wine-4.0-rc2
.preInstall(function (wine /*, wizard*/) {
wine.windowsVersion("winxp");
wine.d3dx9();
// Required to disable DirectX10+ since DXVK causes anti-cheat to trigger (https://github.com/doitsujin/dxvk/issues/835)
// TODO: Disable DirectX10+11 using DLL overrides.
})
Expand Down

0 comments on commit b6c23d7

Please sign in to comment.