mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-29 04:06:24 +01:00
Merge branch 'master' of https://github.com/doitsujin/dxvk
This commit is contained in:
commit
15b0327243
@ -54,7 +54,7 @@ namespace dxvk {
|
|||||||
|
|
||||||
vr::IVRCompositor* VrInstance::getCompositor() {
|
vr::IVRCompositor* VrInstance::getCompositor() {
|
||||||
using GetGenericInterfaceProc =
|
using GetGenericInterfaceProc =
|
||||||
void* VR_CALLTYPE (*)(const char*, vr::EVRInitError*);
|
void* (VR_CALLTYPE *)(const char*, vr::EVRInitError*);
|
||||||
|
|
||||||
// Locate the OpenVR DLL if loaded by the process
|
// Locate the OpenVR DLL if loaded by the process
|
||||||
HMODULE ovrApi = ::GetModuleHandle("openvr_api.dll");
|
HMODULE ovrApi = ::GetModuleHandle("openvr_api.dll");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user