mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Force OC CustomSmbiosGuid to false.
This commit is contained in:
parent
7f24adf5a7
commit
f663e8fc10
@ -1597,7 +1597,9 @@ DBG("Beginning OC\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef USE_OC_SECTION_PlatformInfo
|
||||
mOpenCoreConfiguration.Kernel.Quirks.CustomSmbiosGuid = false; //already done by CLover.
|
||||
#endif
|
||||
// mOpenCoreConfiguration.Uefi.Output.ProvideConsoleGop = true;
|
||||
OC_STRING_ASSIGN(mOpenCoreConfiguration.Uefi.Output.Resolution, XString8(GlobalConfig.ScreenResolution).c_str());
|
||||
OcMain(&mOpenCoreStorage, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user