Skip to content

Commit

Permalink
Update to DXVK 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rankynbass committed Oct 6, 2024
1 parent 679e1b8 commit add2213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/XIVLauncher.Core/UnixCompatibility/Dxvk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public static void Initialize()
// Add default versions.
Versions["dxvk-2.4"] = new Dictionary<string, string>()
{
{"name", "DXVK 2.4"}, {"desc", "Latest version, using Graphics Pipeline Libs. Async no longer needed."},
{"label", "Current"}, {"url", "https://github.com/doitsujin/dxvk/releases/download/v2.4/dxvk-2.4.tar.gz"},
{"name", "DXVK 2.4.1"}, {"desc", "Latest version, using Graphics Pipeline Libs. Async no longer needed."},
{"label", "Current"}, {"url", "https://github.com/doitsujin/dxvk/releases/download/v2.4.1/dxvk-2.4.1.tar.gz"},
{"mark", "Download" }
};
Versions["dxvk-2.2"] = new Dictionary<string, string>()
Expand Down

0 comments on commit add2213

Please sign in to comment.