Skip to content

Commit

Permalink
only enable vkd3d-proton by default on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty authored Nov 16, 2023
1 parent f5e6394 commit f614a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class GlobalConfigV0 extends GlobalConfig {
addDesktopShortcuts: false,
addStartMenuShortcuts: false,
autoInstallDxvk: true,
autoInstallVkd3d: true,
autoInstallVkd3d: isLinux,
autoInstallDxvkNvapi: false,
addSteamShortcuts: false,
preferSystemLibs: false,
Expand Down

0 comments on commit f614a8a

Please sign in to comment.