diff options
| author | Jonathan Hamilton <jtrhamilton@gmail.com> | 2017-06-19 19:10:52 -0700 |
|---|---|---|
| committer | Jonathan Hamilton <jtrhamilton@gmail.com> | 2017-08-28 18:01:16 -0700 |
| commit | 11057649eea4d7bac18c3c29467ff82783fc8323 (patch) | |
| tree | cd2f2c13f7487257287e1f03d651eb9f431c8539 /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 1705d15d6f3fe1c2f760a4b6bc70542d94b9e9f2 (diff) | |
Add VideoLogic (ImgTec) PCI ID
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index 8db1a595b8..421fe637b1 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -185,6 +185,9 @@ Vendor TranslatePCIVendorID(u32 vendor_id) case 0x5143: return VENDOR_QUALCOMM; + case 0x1010: + return VENDOR_IMGTEC; + default: return VENDOR_UNKNOWN; } |
