summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 655f6468a..43ebeae9e 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -226,7 +226,7 @@ struct Values {
226 SwitchableSetting<bool> use_asynchronous_gpu_emulation{ 226 SwitchableSetting<bool> use_asynchronous_gpu_emulation{
227 linkage, true, "use_asynchronous_gpu_emulation", Category::Renderer}; 227 linkage, true, "use_asynchronous_gpu_emulation", Category::Renderer};
228 SwitchableSetting<AstcDecodeMode, true> accelerate_astc{linkage, 228 SwitchableSetting<AstcDecodeMode, true> accelerate_astc{linkage,
229 AstcDecodeMode::Cpu, 229 AstcDecodeMode::Gpu,
230 AstcDecodeMode::Cpu, 230 AstcDecodeMode::Cpu,
231 AstcDecodeMode::CpuAsynchronous, 231 AstcDecodeMode::CpuAsynchronous,
232 "accelerate_astc", 232 "accelerate_astc",