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:
@@ -57,6 +57,10 @@
|
|||||||
- PatcherSupportPkg 0.8.4 - release
|
- PatcherSupportPkg 0.8.4 - release
|
||||||
- AutoPkgInstaller 1.0.2 - release
|
- AutoPkgInstaller 1.0.2 - release
|
||||||
- FeatureUnlock 1.1.4 - rolling (0e8d87f)
|
- FeatureUnlock 1.1.4 - rolling (0e8d87f)
|
||||||
|
- Lilu 1.6.4 - release
|
||||||
|
- WhateverGreen 1.6.4 - release
|
||||||
|
- NVMeFix 1.1.0 - release
|
||||||
|
- Innie 1.3.1 - release
|
||||||
|
|
||||||
## 0.6.1
|
## 0.6.1
|
||||||
- Avoid usage of KDKlessWorkaround on hardware not requiring it
|
- Avoid usage of KDKlessWorkaround on hardware not requiring it
|
||||||
|
|||||||
@@ -2699,6 +2699,8 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>ResizeGpuBars</key>
|
<key>ResizeGpuBars</key>
|
||||||
<integer>-1</integer>
|
<integer>-1</integer>
|
||||||
|
<key>ResizeUsePciRbIo</key>
|
||||||
|
<false/>
|
||||||
<key>TscSyncTimeout</key>
|
<key>TscSyncTimeout</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>UnblockFsConnect</key>
|
<key>UnblockFsConnect</key>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
BIN
payloads/Kexts/Acidanthera/Lilu-v1.6.4-DEBUG.zip
Normal file
BIN
payloads/Kexts/Acidanthera/Lilu-v1.6.4-DEBUG.zip
Normal file
Binary file not shown.
BIN
payloads/Kexts/Acidanthera/Lilu-v1.6.4-RELEASE.zip
Normal file
BIN
payloads/Kexts/Acidanthera/Lilu-v1.6.4-RELEASE.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
payloads/Kexts/Acidanthera/NVMeFix-v1.1.0-DEBUG.zip
Normal file
BIN
payloads/Kexts/Acidanthera/NVMeFix-v1.1.0-DEBUG.zip
Normal file
Binary file not shown.
BIN
payloads/Kexts/Acidanthera/NVMeFix-v1.1.0-RELEASE.zip
Normal file
BIN
payloads/Kexts/Acidanthera/NVMeFix-v1.1.0-RELEASE.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
payloads/Kexts/Acidanthera/WhateverGreen-v1.6.4-DEBUG.zip
Normal file
BIN
payloads/Kexts/Acidanthera/WhateverGreen-v1.6.4-DEBUG.zip
Normal file
Binary file not shown.
BIN
payloads/Kexts/Acidanthera/WhateverGreen-v1.6.4-Navi-DEBUG.zip
Normal file
BIN
payloads/Kexts/Acidanthera/WhateverGreen-v1.6.4-Navi-DEBUG.zip
Normal file
Binary file not shown.
BIN
payloads/Kexts/Acidanthera/WhateverGreen-v1.6.4-Navi-RELEASE.zip
Normal file
BIN
payloads/Kexts/Acidanthera/WhateverGreen-v1.6.4-Navi-RELEASE.zip
Normal file
Binary file not shown.
BIN
payloads/Kexts/Acidanthera/WhateverGreen-v1.6.4-RELEASE.zip
Normal file
BIN
payloads/Kexts/Acidanthera/WhateverGreen-v1.6.4-RELEASE.zip
Normal file
Binary file not shown.
Binary file not shown.
BIN
payloads/Kexts/Misc/Innie-v1.3.1-DEBUG.zip
Normal file
BIN
payloads/Kexts/Misc/Innie-v1.3.1-DEBUG.zip
Normal file
Binary file not shown.
BIN
payloads/Kexts/Misc/Innie-v1.3.1-RELEASE.zip
Normal file
BIN
payloads/Kexts/Misc/Innie-v1.3.1-RELEASE.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -32,11 +32,11 @@ class Constants:
|
|||||||
# Kext Versioning
|
# Kext Versioning
|
||||||
## Acidanthera
|
## Acidanthera
|
||||||
## https://github.com/acidanthera
|
## https://github.com/acidanthera
|
||||||
self.lilu_version = "1.6.3" # Lilu
|
self.lilu_version = "1.6.4" # Lilu
|
||||||
self.whatevergreen_version = "1.6.3" # WhateverGreen
|
self.whatevergreen_version = "1.6.4" # WhateverGreen
|
||||||
self.whatevergreen_navi_version = "1.6.3-Navi" # WhateverGreen (Navi Patch)
|
self.whatevergreen_navi_version = "1.6.4-Navi" # WhateverGreen (Navi Patch)
|
||||||
self.airportbcrmfixup_version = "2.1.6" # AirPortBrcmFixup
|
self.airportbcrmfixup_version = "2.1.6" # AirPortBrcmFixup
|
||||||
self.nvmefix_version = "1.0.9" # NVMeFix
|
self.nvmefix_version = "1.1.0" # NVMeFix
|
||||||
self.applealc_version = "1.6.3" # AppleALC
|
self.applealc_version = "1.6.3" # AppleALC
|
||||||
self.restrictevents_version = "1.0.9" # RestrictEvents
|
self.restrictevents_version = "1.0.9" # RestrictEvents
|
||||||
self.featureunlock_version = "1.1.4" # FeatureUnlock
|
self.featureunlock_version = "1.1.4" # FeatureUnlock
|
||||||
@@ -90,7 +90,7 @@ class Constants:
|
|||||||
|
|
||||||
## cdf
|
## cdf
|
||||||
## https://github.com/cdf/Innie
|
## https://github.com/cdf/Innie
|
||||||
self.innie_version = "1.3.0" # Innie
|
self.innie_version = "1.3.1" # Innie
|
||||||
|
|
||||||
## arter97
|
## arter97
|
||||||
## https://github.com/arter97/SimpleMSR/
|
## https://github.com/arter97/SimpleMSR/
|
||||||
@@ -461,7 +461,7 @@ class Constants:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def innie_path(self):
|
def innie_path(self):
|
||||||
return self.payload_kexts_path / Path(f"Misc/Innie-v{self.innie_version}.zip")
|
return self.payload_kexts_path / Path(f"Misc/Innie-v{self.innie_version}-{self.kext_variant}.zip")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def simplemsr_path(self):
|
def simplemsr_path(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user