mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[host] d12: fix error output string format
This commit is contained in:
parent
6e37305765
commit
d902afa3dc
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ static bool d12_heapTest(ID3D12Device3 * device, ID3D12Heap * heap)
|
|||
hr = ID3D12Device3_GetDeviceRemovedReason(device);
|
||||
if (hr != S_OK)
|
||||
{
|
||||
DEBUG_WINERROR("Device Removed: %s", hr);
|
||||
DEBUG_WINERROR("Device Removed", hr);
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue