diff options
author | bunnei <bunneidev@gmail.com> | 2021-06-16 11:29:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 11:29:10 -0700 |
commit | 973bf306edda84e730d56dd73a04c7bbd20d9397 (patch) | |
tree | 4d64ac6f6de8e7a2eeeeeba9bd850b7924e46a6b /src/common/settings.h | |
parent | 92942fe01bf290d247e1a51562a07fe280448b47 (diff) | |
parent | 5fc8393125ef0084491b7acaec13e62fe593adf1 (diff) |
Merge pull request #6464 from ameerj/disable-astc
textures: Add a toggle for GPU Accelerated ASTC decoder
Diffstat (limited to 'src/common/settings.h')
-rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index bf34f2b5b..6198f2d9f 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -147,6 +147,7 @@ struct Values { Setting<GPUAccuracy> gpu_accuracy; Setting<bool> use_asynchronous_gpu_emulation; Setting<bool> use_nvdec_emulation; + Setting<bool> accelerate_astc; Setting<bool> use_vsync; Setting<bool> use_assembly_shaders; Setting<bool> use_asynchronous_shaders; |