mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
Sync binaries
This commit is contained in:
@@ -20,13 +20,14 @@
|
|||||||
- Patch out PlatformSupport.plist instead, allows for less maintenance overall
|
- Patch out PlatformSupport.plist instead, allows for less maintenance overall
|
||||||
- Add support for AMD GOP injection (AMDGOP.efi)
|
- Add support for AMD GOP injection (AMDGOP.efi)
|
||||||
- For MXM iMacs and Mac Pros with GPU VBIOS lacking GOP support (ie. no UEFI output even after OC loads)
|
- For MXM iMacs and Mac Pros with GPU VBIOS lacking GOP support (ie. no UEFI output even after OC loads)
|
||||||
|
- Hide OpenCore Boot Picker when waking from hibernation
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- AirPortBrcmFixup 2.1.6 - release
|
- AirPortBrcmFixup 2.1.6 - release
|
||||||
- AppleALC 1.7.6 - release
|
- AppleALC 1.7.6 - release
|
||||||
- CryptexFixup 1.0.1 - release
|
- CryptexFixup 1.0.1 - release
|
||||||
- DebugEnhancer 1.0.7 - release
|
- DebugEnhancer 1.0.7 - release
|
||||||
- FeatureUnlock 1.1.0 - release
|
- FeatureUnlock 1.1.0 - release
|
||||||
- OpenCorePkg 0.8.7 - rolling (5061093)
|
- OpenCorePkg 0.8.7 - rolling (fcb4e33)
|
||||||
- RestrictEvents 1.0.9 - release
|
- RestrictEvents 1.0.9 - release
|
||||||
- WhateverGreen 1.6.1 - release
|
- WhateverGreen 1.6.1 - release
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -218,7 +218,7 @@ class build_misc:
|
|||||||
|
|
||||||
if self.constants.showpicker is False:
|
if self.constants.showpicker is False:
|
||||||
print("- Hiding OpenCore picker")
|
print("- Hiding OpenCore picker")
|
||||||
self.config["Misc"]["Boot"]["ShowPicker"] = "Hide"
|
self.config["Misc"]["Boot"]["ShowPicker"] = "Never"
|
||||||
|
|
||||||
if self.constants.oc_timeout != 5:
|
if self.constants.oc_timeout != 5:
|
||||||
print(f"- Setting custom OpenCore picker timeout to {self.constants.oc_timeout} seconds")
|
print(f"- Setting custom OpenCore picker timeout to {self.constants.oc_timeout} seconds")
|
||||||
|
|||||||
Reference in New Issue
Block a user