mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
Sync changelog
This commit is contained in:
@@ -31,6 +31,10 @@
|
|||||||
- Limit MacBookPro6,2 G State
|
- Limit MacBookPro6,2 G State
|
||||||
- Works around crashing when switching GPUs
|
- Works around crashing when switching GPUs
|
||||||
- Fix OTA updates on T2 SMBIOS
|
- Fix OTA updates on T2 SMBIOS
|
||||||
|
- Allow iMac13,x iGPU usage always
|
||||||
|
- Due to both Kepler and Ivy needing root patching, no benefit to disable the iGPU
|
||||||
|
- Refactor Hardware Model building
|
||||||
|
- Resolve dGPU output on MacBookPro10,1
|
||||||
|
|
||||||
## 0.2.5
|
## 0.2.5
|
||||||
|
|
||||||
|
|||||||
@@ -335,6 +335,9 @@ class BuildOpenCore:
|
|||||||
Path(self.constants.amc_contents_folder).mkdir()
|
Path(self.constants.amc_contents_folder).mkdir()
|
||||||
shutil.copy(amc_map_path, self.constants.amc_contents_folder)
|
shutil.copy(amc_map_path, self.constants.amc_contents_folder)
|
||||||
self.get_kext_by_bundle_path("AMC-Override.kext")["Enabled"] = True
|
self.get_kext_by_bundle_path("AMC-Override.kext")["Enabled"] = True
|
||||||
|
elif self.model == "MacBookPro10,1":
|
||||||
|
self.config["DeviceProperties"]["Add"]["PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)"] = {"agdpmod": "vit9696"}
|
||||||
|
|
||||||
|
|
||||||
if self.model not in ModelArray.NoAGPMSupport:
|
if self.model not in ModelArray.NoAGPMSupport:
|
||||||
print("- Adding AppleGraphicsPowerManagement Override")
|
print("- Adding AppleGraphicsPowerManagement Override")
|
||||||
|
|||||||
Reference in New Issue
Block a user