mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Add VideoLogic (ImgTec) PCI ID
This commit is contained in:
parent
1705d15d6f
commit
11057649ee
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue