mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 22:50:51 +10:00
SysPatch.py: Fix Nvidia code path
This commit is contained in:
@@ -75,7 +75,7 @@ class PatchSysVolume:
|
|||||||
# Fix would be to parse IOReg for both IGPU and GFX0
|
# Fix would be to parse IOReg for both IGPU and GFX0
|
||||||
if self.model in ModelArray.LegacyGPUNvidia:
|
if self.model in ModelArray.LegacyGPUNvidia:
|
||||||
print("- Adding legacy Nvidia Kexts and Bundles")
|
print("- Adding legacy Nvidia Kexts and Bundles")
|
||||||
self.add_new_binaries(ModelArray.AddAMDAccel11, self.constants.legacy_amd_path)
|
self.add_new_binaries(ModelArray.AddNvidiaAccel11, self.constants.legacy_nvidia_path)
|
||||||
elif self.model in ModelArray.LegacyGPUAMD:
|
elif self.model in ModelArray.LegacyGPUAMD:
|
||||||
print("- Adding legacy AMD Kexts and Bundles")
|
print("- Adding legacy AMD Kexts and Bundles")
|
||||||
self.add_new_binaries(ModelArray.AddAMDAccel11, self.constants.legacy_amd_path)
|
self.add_new_binaries(ModelArray.AddAMDAccel11, self.constants.legacy_amd_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user