diff --git a/src/common/settings.h b/src/common/settings.h index 2540282790..c016f6d143 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -450,11 +450,7 @@ struct Values { "max_anisotropy", Category::RendererAdvanced}; SwitchableSetting accelerate_astc{linkage, -#ifdef ANDROID - AstcDecodeMode::Cpu, -#else AstcDecodeMode::Gpu, -#endif "accelerate_astc", Category::RendererAdvanced};