mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-07 16:54:14 +01:00
[dxvk] Add Direct3D9ForceHybridEnumeration empty export function.
This commit is contained in:
parent
b67d5c8c1d
commit
abf5ed154f
@ -23,3 +23,5 @@ EXPORTS
|
|||||||
|
|
||||||
DXVK_RegisterAnnotation @ 28257 NONAME
|
DXVK_RegisterAnnotation @ 28257 NONAME
|
||||||
DXVK_UnRegisterAnnotation @ 28258 NONAME
|
DXVK_UnRegisterAnnotation @ 28258 NONAME
|
||||||
|
|
||||||
|
Direct3D9ForceHybridEnumeration @16 NONAME PRIVATE
|
||||||
|
@ -98,4 +98,7 @@ extern "C" {
|
|||||||
dxvk::D3D9GlobalAnnotationList::Instance().UnregisterAnnotator(annotation);
|
dxvk::D3D9GlobalAnnotationList::Instance().UnregisterAnnotator(annotation);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DLLEXPORT void __stdcall Direct3D9ForceHybridEnumeration(UINT uHybrid) {
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user