diff options
| author | 2021-06-13 15:40:21 -0400 | |
|---|---|---|
| committer | 2021-06-15 20:19:00 -0400 | |
| commit | f9bfeaa2bc8d3247ca5012243bb42d8831b5dd4b (patch) | |
| tree | 1ffe8bb76077dc327ff2fc1d04c94b9f6ace62ab /src/yuzu_cmd/default_ini.h | |
| parent | configure_graphics: Add Accelerate ASTC decoding setting (diff) | |
| download | yuzu-f9bfeaa2bc8d3247ca5012243bb42d8831b5dd4b.tar.gz yuzu-f9bfeaa2bc8d3247ca5012243bb42d8831b5dd4b.tar.xz yuzu-f9bfeaa2bc8d3247ca5012243bb42d8831b5dd4b.zip | |
yuzu_cmd/config: Add Accelerate ASTC and missing NVDEC emulation settings
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 f48d935a1..9d23bd644 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 = |