mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40:15 +10:00
Print IOHIDFamily patching
This commit is contained in:
@@ -189,6 +189,7 @@ def BuildEFI():
|
|||||||
"PciRoot(0x0)/Pci(0x1C,0x1)/Pci(0x0,0x0)"
|
"PciRoot(0x0)/Pci(0x1C,0x1)/Pci(0x0,0x0)"
|
||||||
)
|
)
|
||||||
if current_model in ModelArray.LegacyHID:
|
if current_model in ModelArray.LegacyHID:
|
||||||
|
print("- Adding legacy IOHIDFamily Patch")
|
||||||
Versions.plist_data = Versions.plist_data.replace(
|
Versions.plist_data = Versions.plist_data.replace(
|
||||||
"<false/><!--IOHIDFamily-->",
|
"<false/><!--IOHIDFamily-->",
|
||||||
"<true/><!--IOHIDFamily-->"
|
"<true/><!--IOHIDFamily-->"
|
||||||
|
|||||||
Reference in New Issue
Block a user