[dxvk] Add Direct3D9ForceHybridEnumeration empty export function.

This commit is contained in:
Krzysztof Dobrowolski 2022-07-22 19:55:51 +02:00 committed by Joshie
parent b67d5c8c1d
commit abf5ed154f
2 changed files with 5 additions and 0 deletions

View File

@ -23,3 +23,5 @@ EXPORTS
DXVK_RegisterAnnotation @ 28257 NONAME
DXVK_UnRegisterAnnotation @ 28258 NONAME
Direct3D9ForceHybridEnumeration @16 NONAME PRIVATE

View File

@ -98,4 +98,7 @@ extern "C" {
dxvk::D3D9GlobalAnnotationList::Instance().UnregisterAnnotator(annotation);
}
DLLEXPORT void __stdcall Direct3D9ForceHybridEnumeration(UINT uHybrid) {
}
}