mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
Set iMacPro1,1 SMBIOS for Mac Pro and Xserve
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
- Currently experimental
|
- Currently experimental
|
||||||
- Allow disabling of faulty Thunderbolt controllers on 2013-2014 MacBook Pros
|
- Allow disabling of faulty Thunderbolt controllers on 2013-2014 MacBook Pros
|
||||||
- Currently limited to MacBookPro11,x
|
- Currently limited to MacBookPro11,x
|
||||||
|
- Set iMacPro1,1 SMBIOS for Mac Pro and Xserve models
|
||||||
|
- Allows for wider array of OS support (High Sierra+)
|
||||||
|
|
||||||
## 0.2.4
|
## 0.2.4
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ class BuildOpenCore:
|
|||||||
elif model in ModelArray.iMac_iGPU:
|
elif model in ModelArray.iMac_iGPU:
|
||||||
return "iMac16,1"
|
return "iMac16,1"
|
||||||
elif model in ModelArray.MacPro:
|
elif model in ModelArray.MacPro:
|
||||||
return "MacPro7,1"
|
return "iMacPro1,1"
|
||||||
else:
|
else:
|
||||||
return model
|
return model
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user