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