Force OC CustomSmbiosGuid to false.

This commit is contained in:
jief666 2020-09-27 23:02:38 +03:00
parent 7f24adf5a7
commit f663e8fc10

View File

@ -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);