mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +00:00 
			
		
		
		
	[host] d12: fix error output string format
This commit is contained in:
		| @@ -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; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae