copy openvr_api.dll into place for DXVK

DXVK needs to make some calls to openvr_api, but the game may not ship
it in a predictable location. So we provide a fallback called
openvr_api_dxvk.dll, which DXVK knows to load.
This commit is contained in:
Andrew Eikum 2018-07-12 09:25:38 -05:00
parent cd0a871656
commit 39d80d114c
3 changed files with 7 additions and 1 deletions

View file

@ -33,7 +33,7 @@ obtain the various submodules that go into building Proton:
cd proton
#for linux:
git submodule update --init wine dxvk ffmpeg openal-soft
git submodule update --init wine dxvk ffmpeg openal-soft openvr
#for macos:
git submodule update --init