mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 12:35:27 +00:00
Add VideoLogic (ImgTec) PCI ID
This commit is contained in:
parent
1705d15d6f
commit
11057649ee
@ -185,6 +185,9 @@ Vendor TranslatePCIVendorID(u32 vendor_id)
|
||||
case 0x5143:
|
||||
return VENDOR_QUALCOMM;
|
||||
|
||||
case 0x1010:
|
||||
return VENDOR_IMGTEC;
|
||||
|
||||
default:
|
||||
return VENDOR_UNKNOWN;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user