Disable fcat when full is present in conf file

This commit is contained in:
Alessandro Toia 2022-06-18 16:59:54 -07:00
parent 3f15f2322f
commit 22abf62b76

View File

@ -681,6 +681,7 @@ parse_overlay_config(struct overlay_params *params,
params->enabled[OVERLAY_PARAM_ENABLED_mangoapp_steam] = 0;
params->enabled[OVERLAY_PARAM_ENABLED_hide_fsr_sharpness] = 0;
params->enabled[OVERLAY_PARAM_ENABLED_throttling_status] = 0;
params->enabled[OVERLAY_PARAM_ENABLED_fcat] = 0;
params->options.erase("full");
}
for (auto& it : params->options) {