mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
log d3d9on12 module ptr
This commit is contained in:
parent
951871669c
commit
f2d1e9e3e6
@ -76,7 +76,7 @@ BOOL d3d9_create()
|
|||||||
if (SUCCEEDED(hr))
|
if (SUCCEEDED(hr))
|
||||||
{
|
{
|
||||||
TRACE("+--Direct3D9-------------------------------------\n");
|
TRACE("+--Direct3D9-------------------------------------\n");
|
||||||
TRACE("| D3D9On12: %s\n", d3d9on12 != NULL ? "True" : "False");
|
TRACE("| D3D9On12: %s (%p)\n", d3d9on12 != NULL ? "True" : "False", GetModuleHandleA("d3d9on12.dll"));
|
||||||
TRACE("| VendorId: 0x%x\n", ai.VendorId);
|
TRACE("| VendorId: 0x%x\n", ai.VendorId);
|
||||||
TRACE("| DeviceId: 0x%x\n", ai.DeviceId);
|
TRACE("| DeviceId: 0x%x\n", ai.DeviceId);
|
||||||
TRACE("| Revision: 0x%x\n", ai.Revision);
|
TRACE("| Revision: 0x%x\n", ai.Revision);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user