[android] Removing unneeded setting

This commit is contained in:
CamilleLaVey 2026-02-15 01:18:39 -04:00 committed by lizzie
parent 8d031532d8
commit 69678d02b6
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