Skip to content

Commit

Permalink
bump dxvk 2.1 -> 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Aug 3, 2023
1 parent c5c20ca commit 76664e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dxvk.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
// and uninstallation of DXVK.
var DxvkInstallMarker = filepath.Join(Dirs.Prefix, ".vinegar-dxvk")

const DXVKVER = "2.1"
const DXVKVER = "2.2"

func DxvkStrap() {
_, err := os.Stat(DxvkInstallMarker)
Expand Down
4 changes: 2 additions & 2 deletions roblox.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ func RobloxPlayer(args ...string) {
rblx.Setup()

DxvkStrap()
if config.Dxvk {
if Config.Dxvk {
// Tells wine to use the DXVK DLLs
config.Env["WINEDLLOVERRIDES"] += "d3d10core=n;d3d11=n;d3d9=n;dxgi=n"
Config.Env["WINEDLLOVERRIDES"] += "d3d10core=n;d3d11=n;d3d9=n;dxgi=n"
}

rblx.ApplyFFlags("Client")
Expand Down

0 comments on commit 76664e5

Please sign in to comment.