summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorFernando S <fsahmkow27@gmail.com>2021-09-11 23:11:32 +0200
committerGitHub <noreply@github.com>2021-09-11 23:11:32 +0200
commitbe4e1929033aff005472163164ab0ccc80d81c19 (patch)
treeb3b3f62a3b3e8e3c329ee35411d8d18e20a835ab /src/yuzu_cmd/default_ini.h
parentMerge pull request #6901 from ameerj/vk-clear-bits (diff)
parenth264: Lower max_num_ref_frames (diff)
downloadyuzu-be4e1929033aff005472163164ab0ccc80d81c19.tar
yuzu-be4e1929033aff005472163164ab0ccc80d81c19.tar.gz
yuzu-be4e1929033aff005472163164ab0ccc80d81c19.tar.bz2
yuzu-be4e1929033aff005472163164ab0ccc80d81c19.tar.lz
yuzu-be4e1929033aff005472163164ab0ccc80d81c19.tar.xz
yuzu-be4e1929033aff005472163164ab0ccc80d81c19.tar.zst
yuzu-be4e1929033aff005472163164ab0ccc80d81c19.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/default_ini.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index e02eceb99..72f3213fb 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -261,9 +261,9 @@ shader_backend =
# 0 (default): Off, 1: On
use_asynchronous_shaders =
-# Enable NVDEC emulation.
-# 0: Off, 1 (default): On
-use_nvdec_emulation =
+# NVDEC emulation.
+# 0: Disabled, 1: CPU Decoding, 2 (default): GPU Decoding
+nvdec_emulation =
# Accelerate ASTC texture decoding.
# 0: Off, 1 (default): On