1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
This commit is contained in:
Philip Rebohle 2018-06-06 23:12:48 +02:00
commit 15b0327243
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -54,7 +54,7 @@ namespace dxvk {
vr::IVRCompositor* VrInstance::getCompositor() {
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
HMODULE ovrApi = ::GetModuleHandle("openvr_api.dll");