mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-01-05 18:28:46 +01:00
829fd040dc
Create CUSTOM_LOADER_SUBENTRY_SETTINGS, CUSTOM_LOADER_SUBENTRY_SETTINGS and CUSTOM_LOADER_SUBENTRY. Clean the sub entries config.plist fields. Comment unused KernelAndKextPatcherInit, KernelAndKextsPatcherStart, CheckForFakeSMC Comment unused OSFLAG_WITHKEXTS and OSFLAG_CHECKFAKESMC
16 lines
521 B
C
16 lines
521 B
C
//
|
|
// OpenCore.c
|
|
// cpp_tests_compare_settings
|
|
//
|
|
// Created by Jief on 05/02/2021.
|
|
// Copyright © 2021 JF Knudsen. All rights reserved.
|
|
//
|
|
|
|
//#include "OpenCore.h"
|
|
|
|
#include <Efi.h>
|
|
#include "../../../rEFIt_UEFI/include/OC.h"
|
|
|
|
//OC_GLOBAL_CONFIG mOpenCoreConfiguration = {{{0},{0},{0},{0}},{{0},{0}},{{0},{0}},{{0},{0},{{0},{0}},{0},{0},{0},{{0},{0},0}},{{0},{{0},{0},0,0,0,0,0,0,0,0},{0},{{0},{0},{0},0,0,0,0,0,0,{0},{0},{0},0,0},{0},{0}},{{0},{0},{0},0,0,0},{0},{0}};
|
|
//OC_STORAGE_CONTEXT mOpenCoreStorage = {0};
|