Browse Source

[common] Disable BCN patch by default

pull/3622/head
PavelBARABANOV 2 weeks ago
parent
commit
116244c455
  1. 2
      src/common/settings.h

2
src/common/settings.h

@ -608,7 +608,7 @@ struct Values {
Category::RendererDebug};
#if defined(ANDROID) && defined(ARCHITECTURE_arm64)
// Debug override for automatic BCn patching detection
Setting<bool> patch_old_qcom_drivers{linkage, true, "patch_old_qcom_drivers",
Setting<bool> patch_old_qcom_drivers{linkage, false, "patch_old_qcom_drivers",
Category::RendererDebug};
#endif
SwitchableSetting<bool> disable_buffer_reorder{linkage, false, "disable_buffer_reorder",

Loading…
Cancel
Save