mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 14:40:52 +10:00
Constants.py: Fix Atheros ID typo
This commit is contained in:
@@ -85,7 +85,7 @@ class Constants:
|
|||||||
self.pci_amd_ati = "1002"
|
self.pci_amd_ati = "1002"
|
||||||
self.pci_intel = "8086"
|
self.pci_intel = "8086"
|
||||||
self.pci_broadcom = "14E4"
|
self.pci_broadcom = "14E4"
|
||||||
self.pci_atheros = "16C8"
|
self.pci_atheros = "168C"
|
||||||
|
|
||||||
# External Files
|
# External Files
|
||||||
self.url_backup = ""
|
self.url_backup = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user