libobs-d3d11: Log device PCI IDs
This will help identify devices sharing the same names (eg "Intel HD Graphics") for potentially adding to the blacklists should they have issues.
This commit is contained in:
parent
1dc2c6a3be
commit
54c5ac250f
@ -945,6 +945,8 @@ static inline void LogD3DAdapters()
|
||||
desc.DedicatedVideoMemory);
|
||||
blog(LOG_INFO, "\t Shared VRAM: %u",
|
||||
desc.SharedSystemMemory);
|
||||
blog(LOG_INFO, "\t PCI ID: %x:%x", desc.VendorId,
|
||||
desc.DeviceId);
|
||||
|
||||
/* driver version */
|
||||
LARGE_INTEGER umd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user