mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-08 23:51:39 +01:00
add one more variable
Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
parent
99fa51da2f
commit
6d15a9451b
@ -949,6 +949,7 @@ CFDictionaryRef CreateMyDictionary(void) {
|
||||
key[n++] = "gfx-saved-config-restore-status";
|
||||
key[n++] = "SkipLogo";
|
||||
key[n++] = "IASCurrentInstallPhase";
|
||||
key[n++] = "IASInstallPhaseList";
|
||||
for ( i = 0; i < n; i++ ) {
|
||||
snprintf(name, sizeof(name), "%s:%s", gAppleNvramGuid, key[i]);
|
||||
var = CFStringCreateWithCString(NULL, key[i], kCFStringEncodingUTF8);
|
||||
|
Loading…
Reference in New Issue
Block a user