mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
fix error in GUID
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
00a80d4cb0
commit
90b68db323
@ -944,7 +944,7 @@ CFDictionaryRef CreateMyDictionary(void) {
|
||||
|
||||
CFMutableDictionaryRef dict5 = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks,
|
||||
&kCFTypeDictionaryValueCallBacks);
|
||||
CFDictionarySetValue(dict0, CFSTR(gAppleSecureBootGuid), dict5);
|
||||
CFDictionarySetValue(dict0, CFSTR(gAppleNvramGuid), dict5);
|
||||
n=0;
|
||||
key[n++] = "gfx-saved-config-restore-status";
|
||||
key[n++] = "SkipLogo";
|
||||
|
Loading…
Reference in New Issue
Block a user