summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-10-27 07:13:05 +0100
committerbunnei <bunneidev@gmail.com>2020-10-27 07:13:05 +0100
commit941563f981b140d74e8fd11815e26f293b712edb (patch)
tree83c372d19bfe813ddc7bb83f25aabb7dbddef419 /src/yuzu_cmd/default_ini.h
parentMerge pull request #4729 from ameerj/nvdec-prod (diff)
downloadyuzu-941563f981b140d74e8fd11815e26f293b712edb.tar
yuzu-941563f981b140d74e8fd11815e26f293b712edb.tar.gz
yuzu-941563f981b140d74e8fd11815e26f293b712edb.tar.bz2
yuzu-941563f981b140d74e8fd11815e26f293b712edb.tar.lz
yuzu-941563f981b140d74e8fd11815e26f293b712edb.tar.xz
yuzu-941563f981b140d74e8fd11815e26f293b712edb.tar.zst
yuzu-941563f981b140d74e8fd11815e26f293b712edb.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/default_ini.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index aa9e40380..796e27df4 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -94,7 +94,7 @@ udp_pad_index=
[Core]
# Whether to use multi-core for CPU emulation
-# 0 (default): Disabled, 1: Enabled
+# 0: Disabled, 1 (default): Enabled
use_multi_core=
[Cpu]
@@ -163,7 +163,7 @@ max_anisotropy =
use_vsync =
# Whether to use OpenGL assembly shaders or not. NV_gpu_program5 is required.
-# 0 (default): Off, 1: On
+# 0: Off, 1 (default): On
use_assembly_shaders =
# Whether to allow asynchronous shader building.