mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01: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:
|
case 0x5143:
|
||||||
return VENDOR_QUALCOMM;
|
return VENDOR_QUALCOMM;
|
||||||
|
|
||||||
|
case 0x1010:
|
||||||
|
return VENDOR_IMGTEC;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return VENDOR_UNKNOWN;
|
return VENDOR_UNKNOWN;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user