Browse Source

dxgi: Fixed string format.

Бранимир Караџић 4 years ago
parent
commit
7b13de371a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/dxgi.cpp

+ 1 - 1
src/dxgi.cpp

@@ -206,7 +206,7 @@ namespace bgfx
 							, desc.SubSysId
 							, desc.Revision
 							);
-						BX_TRACE("\tMemory: %" PRIi64 " (video), %" PRIi64 " (system), %" PRIi64 " (shared)"
+						BX_TRACE("\tMemory: %td (video), %td (system), %td (shared)"
 							, desc.DedicatedVideoMemory
 							, desc.DedicatedSystemMemory
 							, desc.SharedSystemMemory