mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40:15 +10:00
Patch AppleIntelSNBGraphicsFB’s board ID
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
- Fix iMac11,1 boot issues after PRAM reset
|
- Fix iMac11,1 boot issues after PRAM reset
|
||||||
- Fix DRM support on Nvidia-only configurations
|
- Fix DRM support on Nvidia-only configurations
|
||||||
- Support optional setting between DRM and QuickSync support on iMacs13,x and iMac14,x
|
- Support optional setting between DRM and QuickSync support on iMacs13,x and iMac14,x
|
||||||
- Add public beta support for Legacy GPU Acceleration (v0.0.3)
|
- Add public beta support for Legacy GPU Acceleration (v0.0.4)
|
||||||
- Note ATI/AMD TeraScale 2 unsupported (HD 5/6000)
|
- Note ATI/AMD TeraScale 2 unsupported (HD 5/6000)
|
||||||
- Add better kmutil crash handling
|
- Add better kmutil crash handling
|
||||||
- Fix build crashing when no wifi card is present
|
- Fix build crashing when no wifi card is present
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ class Constants:
|
|||||||
self.smcspoof_version = "1.0.0"
|
self.smcspoof_version = "1.0.0"
|
||||||
self.cputscsync = "1.0.3"
|
self.cputscsync = "1.0.3"
|
||||||
self.hibernationfixup = "1.3.9"
|
self.hibernationfixup = "1.3.9"
|
||||||
self.payload_version = "0.0.3"
|
self.payload_version = "0.0.4"
|
||||||
|
|
||||||
# Get resource path
|
# Get resource path
|
||||||
self.current_path = Path(__file__).parent.parent.resolve()
|
self.current_path = Path(__file__).parent.parent.resolve()
|
||||||
|
|||||||
Reference in New Issue
Block a user