diff options
| author | 2021-06-16 11:29:10 -0700 | |
|---|---|---|
| committer | 2021-06-16 11:29:10 -0700 | |
| commit | 973bf306edda84e730d56dd73a04c7bbd20d9397 (patch) | |
| tree | 4d64ac6f6de8e7a2eeeeeba9bd850b7924e46a6b /src/common/settings.h | |
| parent | Merge pull request #6460 from Morph1984/fs-access-log-fix (diff) | |
| parent | astc_decoder: Fix LDR CEM1 endpoint calculation (diff) | |
| download | yuzu-973bf306edda84e730d56dd73a04c7bbd20d9397.tar.gz yuzu-973bf306edda84e730d56dd73a04c7bbd20d9397.tar.xz yuzu-973bf306edda84e730d56dd73a04c7bbd20d9397.zip | |
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 { | |||
| 147 | Setting<GPUAccuracy> gpu_accuracy; | 147 | Setting<GPUAccuracy> gpu_accuracy; |
| 148 | Setting<bool> use_asynchronous_gpu_emulation; | 148 | Setting<bool> use_asynchronous_gpu_emulation; |
| 149 | Setting<bool> use_nvdec_emulation; | 149 | Setting<bool> use_nvdec_emulation; |
| 150 | Setting<bool> accelerate_astc; | ||
| 150 | Setting<bool> use_vsync; | 151 | Setting<bool> use_vsync; |
| 151 | Setting<bool> use_assembly_shaders; | 152 | Setting<bool> use_assembly_shaders; |
| 152 | Setting<bool> use_asynchronous_shaders; | 153 | Setting<bool> use_asynchronous_shaders; |