Skip to content

Commit

Permalink
GPU (Haiku): change the path of pci.ids to hwdata
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Feb 12, 2025
1 parent f2a41b8 commit 379c39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detection/gpu/gpu_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 379c39d

Please sign in to comment.