Skip to content

Commit

Permalink
Update dxvk dll to only force start OpenVR when requested (in prepara…
Browse files Browse the repository at this point in the history
…tion for Ubisoft version compatibility)
  • Loading branch information
fholger committed Aug 22, 2023
1 parent 8f1babd commit 830cd07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions FarCryVR.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ copy /Y d3d9.vr.dll d3d9.dll

set DXVK_ASYNC=0
set DXVK_GPLASYNCCACHE=0
set DXVK_STARTOPENVR=1
start /B /WAIT FarCry.exe "-MOD:CryVR"

erase d3d9.dll
1 change: 1 addition & 0 deletions FarCryVR_dev.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ copy /Y d3d9.vr.dll d3d9.dll

set DXVK_ASYNC=0
set DXVK_GPLASYNCCACHE=0
set DXVK_STARTOPENVR=1
start /B /WAIT FarCry.exe "-MOD:CryVR" -DEVMODE

erase d3d9.dll
2 changes: 1 addition & 1 deletion Sources/ThirdParty/dxvk

0 comments on commit 830cd07

Please sign in to comment.