Skip to content

Commit

Permalink
log d3d9on12 module ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Mar 10, 2024
1 parent 9518716 commit f2d1e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render_d3d9.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ BOOL d3d9_create()
if (SUCCEEDED(hr))
{
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("| DeviceId: 0x%x\n", ai.DeviceId);
TRACE("| Revision: 0x%x\n", ai.Revision);
Expand Down

0 comments on commit f2d1e9e

Please sign in to comment.