Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-12-04 06:01:18 +00:00
parent 0c7aaad887
commit ab1f935e1f
1 changed files with 0 additions and 7 deletions

View File

@ -1013,13 +1013,6 @@ float getConfigValueByName(const char *name) {
return EFI_ERROR_CODE;
}
void setConfigValueByName(const char *name, float value) {
{
plain_get_float_s * known = findFloat(name);
if (known != nullptr) {
*(float*)hackEngineConfigurationPointer(known->value) = value;
}
}
int hash = djb2lowerCase(name);
switch(hash) {
case -920133784: