mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 03:20:16 +10:00
Update OpenCorePkg to rolling
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
## 3.0.0
|
## 3.0.0
|
||||||
- Restore support for FileVault 2 on macOS 26
|
- Restore support for FileVault 2 on macOS 26
|
||||||
- Add USB mappings for macOS 26
|
- Add USB mappings for macOS 26
|
||||||
|
- Increment Binaries:
|
||||||
|
- OpenCorePkg 1.0.5 - rolling (f03819e)
|
||||||
|
|
||||||
## 2.4.0
|
## 2.4.0
|
||||||
- Reduce CPU usage on main UI thread
|
- Reduce CPU usage on main UI thread
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class Constants:
|
|||||||
|
|
||||||
# OpenCore Versioning
|
# OpenCore Versioning
|
||||||
# https://github.com/acidanthera/OpenCorePkg
|
# https://github.com/acidanthera/OpenCorePkg
|
||||||
self.opencore_version: str = "1.0.4"
|
self.opencore_version: str = "1.0.5"
|
||||||
|
|
||||||
# Kext Versioning
|
# Kext Versioning
|
||||||
## Acidanthera
|
## Acidanthera
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -60,6 +60,13 @@ UNUSED_DRIVERS = [
|
|||||||
"RamDiskDxe.efi",
|
"RamDiskDxe.efi",
|
||||||
"Mtftp6Dxe.efi",
|
"Mtftp6Dxe.efi",
|
||||||
"OpenNetworkBoot.efi",
|
"OpenNetworkBoot.efi",
|
||||||
|
"Virtio10.efi",
|
||||||
|
"VirtioBlkDxe.efi",
|
||||||
|
"VirtioGpuDxe.efi",
|
||||||
|
"VirtioNetDxe.efi",
|
||||||
|
"VirtioPciDeviceDxe.efi",
|
||||||
|
"VirtioScsiDxe.efi",
|
||||||
|
"VirtioSerialDxe.efi"
|
||||||
]
|
]
|
||||||
|
|
||||||
UNUSED_TOOLS = [
|
UNUSED_TOOLS = [
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user