mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
proton: Default to DXVK for d3d9.
This commit is contained in:
parent
bca0a720cd
commit
5d3d462f59
3 changed files with 4 additions and 12 deletions
|
|
@ -21,12 +21,9 @@ user_settings = {
|
|||
#Enable DXVK's HUD
|
||||
# "DXVK_HUD": "devinfo,fps",
|
||||
|
||||
#Use OpenGL-based wined3d for d3d11 and d3d10 instead of Vulkan-based DXVK
|
||||
#Use OpenGL-based wined3d for d3d11, d3d10, and d3d9 instead of Vulkan-based DXVK
|
||||
# "PROTON_USE_WINED3D": "1",
|
||||
|
||||
#Use Vulkan-based D9VK instead of OpenGL-based wined3d for d3d9.
|
||||
# "PROTON_USE_D9VK": "1",
|
||||
|
||||
#Disable d3d11 entirely
|
||||
# "PROTON_NO_D3D11": "1",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue