Add Nvidia vendor ID.

In case you want to emulate an Nvidia GPU in the future (for Core Image, etc.)
This commit is contained in:
joevt 2022-10-25 23:06:59 -07:00
parent 190718fbee
commit 5aaae40d94
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ enum {
PCI_VENDOR_ATI = 0x1002,
PCI_VENDOR_MOTOROLA = 0x1057,
PCI_VENDOR_APPLE = 0x106B,
PCI_VENDOR_NVIDIA = 0x10DE,
};