[android] Removing unneeded setting

This commit is contained in:
CamilleLaVey 2026-02-15 01:18:39 -04:00 committed by lizzie
parent 0a4dcef4c7
commit 6f740f1a6f
3 changed files with 1 additions and 11 deletions

View file

@ -453,7 +453,7 @@ struct Values {
Category::RendererAdvanced};
SwitchableSetting<AstcDecodeMode, true> accelerate_astc{linkage,
#ifdef ANDROID
AstcDecodeMode::Cpu,
AstcDecodeMode::Gpu,
#else
AstcDecodeMode::Gpu,
#endif