wined3d: Add Geforce8 device ids.
This commit is contained in:
parent
e96695a652
commit
925e8964f1
|
@ -3067,6 +3067,9 @@ typedef enum _GL_Cards {
|
|||
CARD_NVIDIA_GEFORCE_6600GT = 0x0140,
|
||||
CARD_NVIDIA_GEFORCE_6800 = 0x0041,
|
||||
CARD_NVIDIA_GEFORCE_7800GT = 0x0092,
|
||||
CARD_NVIDIA_GEFORCE_8300GS = 0x0423,
|
||||
CARD_NVIDIA_GEFORCE_8600GT = 0x0402,
|
||||
CARD_NVIDIA_GEFORCE_8800GTS = 0x0193,
|
||||
|
||||
CARD_INTEL_845G = 0x2562,
|
||||
CARD_INTEL_I830G = 0x3577,
|
||||
|
|
Loading…
Reference in New Issue