Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Sources/WinetricksCatalog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ enum WinetricksRisk {
if v == "mf" || v == "mfplat" {
return L("This replaces the Media Foundation DLLs, which is known to stop Steam's web helper from drawing — Steam opens as a black window afterwards.")
}
if v.hasPrefix("dxvk") || v.hasPrefix("galliumnine") || v.hasPrefix("vkd3d") {
return L("This overwrites d3d11, dxgi and d3d10core in this bottle — the same files MacNdCheese sets up for Steam and for game rendering. Steam or your games may stop rendering until the bottle is set up again.")
if v.hasPrefix("dxvk") || v.hasPrefix("galliumnine") || v.hasPrefix("vkd3d") || v.hasPrefix("d3d") {
return L("This overwrites DirectX/D3D DLLs in this bottle — the same files MacNdCheese sets up for graphics rendering. Games in this bottle may stop rendering until the bottle is set up again.")
}
return nil
}
Expand Down
Loading