Skip to content

Commit

Permalink
Updated the location for arcdps when using Nexus Chainload
Browse files Browse the repository at this point in the history
Ref. #41
  • Loading branch information
Plenyx committed May 20, 2024
1 parent 1e50335 commit df39feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppSettings/ApplicationSettingsArcUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal sealed class ApplicationSettingsArcUpdate
internal string ArcPathChainLoaded => ChainLoad switch
{
ApplicationSettingsArcUpdateChainLoad.AddonLoader => @"\addons\arcdps\gw2addon_arcdps.dll",
ApplicationSettingsArcUpdateChainLoad.Nexus => @"\d3d11_chainload.dll",
ApplicationSettingsArcUpdateChainLoad.Nexus => @"\addons\arcdps.dll",
_ => @"\d3d11.dll",
};

Expand Down

0 comments on commit df39feb

Please sign in to comment.