[v0.11] Handle the case where the GPU is not found in the pci LUT

This commit is contained in:
Dr-Noob
2021-12-18 20:11:02 +01:00
parent bfb9738132
commit a397eb398e
5 changed files with 11 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
typedef uint32_t GPUCHIP;
enum {
CHIP_UNKNOWN,
CHIP_UNKNOWN_CUDA,
CHIP_G80,
CHIP_G80GL,
CHIP_G84,