diff --git a/src/d3d9/d3d9.def b/src/d3d9/d3d9.def index 50e2eb08a..4e3f9ae51 100644 --- a/src/d3d9/d3d9.def +++ b/src/d3d9/d3d9.def @@ -23,3 +23,5 @@ EXPORTS DXVK_RegisterAnnotation @ 28257 NONAME DXVK_UnRegisterAnnotation @ 28258 NONAME + + Direct3D9ForceHybridEnumeration @16 NONAME PRIVATE diff --git a/src/d3d9/d3d9_main.cpp b/src/d3d9/d3d9_main.cpp index 367dac9c3..e182b5fa3 100644 --- a/src/d3d9/d3d9_main.cpp +++ b/src/d3d9/d3d9_main.cpp @@ -98,4 +98,7 @@ extern "C" { dxvk::D3D9GlobalAnnotationList::Instance().UnregisterAnnotator(annotation); } + DLLEXPORT void __stdcall Direct3D9ForceHybridEnumeration(UINT uHybrid) { + } + }