mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
sys_patch_helpers.py: Fix unsupported typo
This commit is contained in:
@@ -21,7 +21,7 @@ class sys_patch_helpers:
|
|||||||
# to supplement the ideal Board ID
|
# to supplement the ideal Board ID
|
||||||
source_files_path = str(source_files_path)
|
source_files_path = str(source_files_path)
|
||||||
if self.constants.computer.reported_board_id not in self.constants.sandy_board_id_stock:
|
if self.constants.computer.reported_board_id not in self.constants.sandy_board_id_stock:
|
||||||
print(f"- Found unspported Board ID {self.constants.computer.reported_board_id}, performing AppleIntelSNBGraphicsFB bin patching")
|
print(f"- Found unsupported Board ID {self.constants.computer.reported_board_id}, performing AppleIntelSNBGraphicsFB bin patching")
|
||||||
board_to_patch = generate_smbios.determine_best_board_id_for_sandy(self.constants.computer.reported_board_id, self.constants.computer.gpus)
|
board_to_patch = generate_smbios.determine_best_board_id_for_sandy(self.constants.computer.reported_board_id, self.constants.computer.gpus)
|
||||||
print(f"- Replacing {board_to_patch} with {self.constants.computer.reported_board_id}")
|
print(f"- Replacing {board_to_patch} with {self.constants.computer.reported_board_id}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user