Skip to content

Commit

Permalink
Games/LeagueOfLegends : Removed deps, hotfix for #811
Browse files Browse the repository at this point in the history
Removed vcrun2008, vcrun2017, corefonts, adobeair and dxd9 since dependencies for league of legends are stagend.
Added hotfix for #881

Signed-off-by: Jacob Hrbek <werifGX@gmail.com>
  • Loading branch information
Jacob Hrbek committed Mar 7, 2019
1 parent 44a54e6 commit 9eb2e7d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Applications/Games/League of Legends/Online/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,25 +91,14 @@ var installerImplementation = {
})
.category("Games")
.wineDistribution("staging")
.wineVersion(LATEST_STAGING_VERSION)
.wineVersion("4.2")
// TODO: Gallium9 patchset, improves performance
// Using Master is insane for league of legends
// confirmed working on wine-4.0-rc2
.preInstall(function (wine /*, wizard*/) {
wine.windowsVersion("winxp");
// Required to disable DirectX10+ since DXVK causes anti-cheat to trigger (https://github.com/doitsujin/dxvk/issues/835)
// TODO: Disable DirectX10+11 using
wine.d3dx9();
// Not tested
wine.corefonts();
// Mandatory for fonts
wine.vcrun2008();
// May be required for some compatibility, improves performance
wine.vcrun2017();
// Mandatory for Game window, triggers anti-cheat of not included
// TODO: Needs testing to decide which vcrun is mandatory
wine.adobeair();
// Mandatory for launcher, causes freezes if not included
// TODO: Disable DirectX10+11 using DLL overrides.

//mkdir(wine.prefixDirectory() + "drive_c/Riot Games/League of legends/");

Expand Down

0 comments on commit 9eb2e7d

Please sign in to comment.