GPU (Haiku): change the path of pci.ids to hwdata

This commit is contained in:
Carter Li
2025-02-12 23:06:40 +00:00
parent f2a41b82bc
commit 379c39d8b5
+1 -1
View File
@@ -46,7 +46,7 @@ static const FFstrbuf* loadPciIds()
#elif __sun
ffReadFileBuffer(FASTFETCH_TARGET_DIR_ROOT "/usr/share/hwdata/pci.ids", &pciids);
#elif __HAIKU__
ffReadFileBuffer(FASTFETCH_TARGET_DIR_ROOT "/system/data/pciutils/pci.ids", &pciids);
ffReadFileBuffer(FASTFETCH_TARGET_DIR_ROOT "/system/data/hwdata/pci.ids", &pciids);
#endif
#endif // FF_CUSTOM_PCI_IDS_PATH