Fix CCPV compilation, addendum.

This commit is contained in:
jief666 2022-05-22 20:59:22 +02:00
parent 153fa4e07c
commit 68f80562e0

View File

@ -812,6 +812,7 @@ void ApplyInputs(void)
// to serve as default
Model = GetModelFromString(gSettings.Smbios.ProductName);
if (Model != MaxMacModel) {
GlobalConfig.CurrentModel = Model;
SetDMISettingsForModel(Model, &gSettings);
}
}