Auto-generated configs and docs
This commit is contained in:
parent
41bb322f8e
commit
15745304cf
|
@ -1013,13 +1013,6 @@ float getConfigValueByName(const char *name) {
|
||||||
return EFI_ERROR_CODE;
|
return EFI_ERROR_CODE;
|
||||||
}
|
}
|
||||||
void setConfigValueByName(const char *name, float value) {
|
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);
|
int hash = djb2lowerCase(name);
|
||||||
switch(hash) {
|
switch(hash) {
|
||||||
case -920133784:
|
case -920133784:
|
||||||
|
|
Loading…
Reference in New Issue