[v0.21] Print GPU list even when no valid GPU is detected, to improve user understanding

This commit is contained in:
Dr-Noob
2021-12-28 15:40:29 +01:00
parent 8bfe88f9f6
commit 8d2f50b398
3 changed files with 30 additions and 1 deletions

View File

@@ -17,5 +17,6 @@ struct pci {
struct pci* get_pci_from_pciutils(struct pci_dev *devices, int id);
struct pci_dev *get_pci_devices_from_pciutils();
void print_gpus_list_pci();
#endif