mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
correct platfrom feature for new imac
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
f8a010245f
commit
65969fd0a4
@ -964,7 +964,7 @@ VOID SetDMISettingsForModel(MACHINE_TYPES Model, BOOLEAN Redefine)
|
||||
break;
|
||||
case iMac191:
|
||||
case iMac192:
|
||||
gPlatformFeature = 0x22;
|
||||
gPlatformFeature = 0x20; //0x22
|
||||
break;
|
||||
case MacBookPro162:
|
||||
case MacBookPro163:
|
||||
|
Loading…
Reference in New Issue
Block a user