Skip to content

Commit

Permalink
Update DXVK verb (new version) (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImperatorS79 committed Feb 27, 2019
1 parent 73a80af commit d278131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Engines/Wine/Verbs/DXVK/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ var verbImplementation = {
.get();
var latestVersion = cat(releaseFile).replaceAll("\\n", "");
// query desired version (default: latest release version)
var versions = ["0.96", "0.95", "0.94", "0.93", "0.92", "0.91", "0.90",
var versions = ["1.0",
"0.96", "0.95", "0.94", "0.93", "0.92", "0.91", "0.90",
"0.81", "0.80", "0.72", "0.71", "0.70",
"0.65", "0.64", "0.63", "0.62", "0.61", "0.60",
"0.54", "0.53", "0.52", "0.51", "0.50",
Expand Down

0 comments on commit d278131

Please sign in to comment.