mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Merge branch 'master' of https://github.com/CloverHackyColor/CloverBootloader
This commit is contained in:
commit
ea21418467
@ -5061,9 +5061,9 @@ EFI_STATUS GetUserSettings(const TagDict* CfgDict, SETTINGS_DATA& gSettings)
|
||||
// }
|
||||
if ( arbProp == NULL ) {
|
||||
arbProp = new SETTINGS_DATA::DevicesClass::ArbitraryPropertyClass();
|
||||
DBG("new=%lld\n", uintptr_t(arbProp));
|
||||
arbProp->Device = (UINT32)DeviceAddr;
|
||||
DBG("new ArbitraryPropertyClass()=%lld\n", uintptr_t(arbProp));
|
||||
arbProp->Label = Label;
|
||||
arbProp->Device = (UINT32)DeviceAddr;
|
||||
gSettings.Devices.ArbitraryArray.AddReference(arbProp, true);
|
||||
}
|
||||
arbProp->CustomPropertyArray.AddReference(newDevProp, true);
|
||||
|
Loading…
Reference in New Issue
Block a user