summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/default_ini.h8
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
195use_asynchronous_shaders = 195use_asynchronous_shaders =
196 196
197# Enable NVDEC emulation.
198# 0: Off, 1 (default): On
199use_nvdec_emulation =
200
201# Accelerate ASTC texture decoding.
202# 0: Off, 1 (default): On
203accelerate_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)
199use_frame_limit = 207use_frame_limit =