Skip to content

Commit

Permalink
Remove Steam DXVK ‘fix’
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 13, 2024
1 parent b00c437 commit cc70bd3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions WhiskyKit/Sources/WhiskyKit/Whisky/Program.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ public class Program: ObservableObject, Equatable, Hashable, Identifiable {
} catch {
self.peFile = nil
}

// Dirty 'fix' for Steam with DXVK
if name.contains("steam") {
settings.environment["WINEDLLOVERRIDES"] = "dxgi,d3d9,d3d10core,d3d11=b"
}
}

public func generateEnvironment() -> [String: String] {
Expand Down

0 comments on commit cc70bd3

Please sign in to comment.