Skip to content

Commit

Permalink
Allow enabling d9vk
Browse files Browse the repository at this point in the history
Fixes #307 
Not sure if this is wanted since it will get merged into DXVK eventually.
  • Loading branch information
Lucki authored Oct 7, 2019
1 parent 4693bf5 commit 86b7d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/compat/Proton.vala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ namespace GameHub.Data.Compat
new CompatTool.BoolOption("PROTON_FORCE_LARGE_ADDRESS_AWARE", _("Force LARGE_ADDRESS_AWARE flag"), false),
new CompatTool.BoolOption("PROTON_NO_D3D11", _("Disable DirectX 11 compatibility layer"), false),
new CompatTool.BoolOption("PROTON_USE_WINED3D11", _("Use WineD3D11 as DirectX 11 compatibility layer"), false),
new CompatTool.BoolOption("DXVK_HUD", _("Show DXVK info overlay"), true)
new CompatTool.BoolOption("DXVK_HUD", _("Show DXVK info overlay"), true),
new CompatTool.BoolOption("PROTON_USE_D9VK", _("Enable DirectX 9 compatibility layer"), false)
};

install_options = {
Expand Down

0 comments on commit 86b7d57

Please sign in to comment.