mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
correct PlatformFeature of MacPro7,1
This commit is contained in:
parent
28eeef72fd
commit
8a5065daf0
@ -950,7 +950,7 @@ VOID SetDMISettingsForModel(MACHINE_TYPES Model, BOOLEAN Redefine)
|
||||
gPlatformFeature = 0x02;
|
||||
break;
|
||||
case MacPro71:
|
||||
gPlatformFeature = 0x22;
|
||||
gPlatformFeature = 0x20;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user