diff options
| author | 2021-06-16 11:29:10 -0700 | |
|---|---|---|
| committer | 2021-06-16 11:29:10 -0700 | |
| commit | 973bf306edda84e730d56dd73a04c7bbd20d9397 (patch) | |
| tree | 4d64ac6f6de8e7a2eeeeeba9bd850b7924e46a6b /src/yuzu_cmd/default_ini.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/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index c32421671..efa1b1d18 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -194,6 +194,14 @@ use_assembly_shaders = | |||
| 194 | # 0 (default): Off, 1: On | 194 | # 0 (default): Off, 1: On |
| 195 | use_asynchronous_shaders = | 195 | use_asynchronous_shaders = |
| 196 | 196 | ||
| 197 | # Enable NVDEC emulation. | ||
| 198 | # 0: Off, 1 (default): On | ||
| 199 | use_nvdec_emulation = | ||
| 200 | |||
| 201 | # Accelerate ASTC texture decoding. | ||
| 202 | # 0: Off, 1 (default): On | ||
| 203 | accelerate_astc = | ||
| 204 | |||
| 197 | # Turns on the frame limiter, which will limit frames output to the target game speed | 205 | # Turns on the frame limiter, which will limit frames output to the target game speed |
| 198 | # 0: Off, 1: On (default) | 206 | # 0: Off, 1: On (default) |
| 199 | use_frame_limit = | 207 | use_frame_limit = |