diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-06-13 15:38:54 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-06-15 20:19:00 -0400 |
| commit | b2955479e5188d8149354f0b8fec813690f9ba86 (patch) | |
| tree | d12bd6047e08fdd685a804df8a408587e93daa1f /src/common/settings.h | |
| parent | c4ff7ecf511edb8adc2f2d8eff9d51212a87dc6b (diff) | |
configure_graphics: Add Accelerate ASTC decoding setting
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 1af8c5ac2..529c84465 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; |
