summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorFernando S <fsahmkow27@gmail.com>2022-03-01 22:50:52 +0100
committerGitHub <noreply@github.com>2022-03-01 22:50:52 +0100
commite06a1337178cc203fff1b92aaca499b74c77437f (patch)
tree008c01b1b489e9526667534458683e98d7eb85b8 /src/yuzu_cmd/default_ini.h
parentMerge pull request #7967 from zhaobot/tx-update-20220301023432 (diff)
parentdynarmic: Update to latest master (diff)
downloadyuzu-e06a1337178cc203fff1b92aaca499b74c77437f.tar
yuzu-e06a1337178cc203fff1b92aaca499b74c77437f.tar.gz
yuzu-e06a1337178cc203fff1b92aaca499b74c77437f.tar.bz2
yuzu-e06a1337178cc203fff1b92aaca499b74c77437f.tar.lz
yuzu-e06a1337178cc203fff1b92aaca499b74c77437f.tar.xz
yuzu-e06a1337178cc203fff1b92aaca499b74c77437f.tar.zst
yuzu-e06a1337178cc203fff1b92aaca499b74c77437f.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/default_ini.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index 6d613bf7a..3ac1440c9 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -174,6 +174,14 @@ cpuopt_reduce_misalign_checks =
# 0: Disabled, 1 (default): Enabled
cpuopt_fastmem =
+# Enable Host MMU Emulation for exclusive memory instructions (faster guest memory access)
+# 0: Disabled, 1 (default): Enabled
+cpuopt_fastmem_exclusives =
+
+# Enable fallback on failure of fastmem of exclusive memory instructions (faster guest memory access)
+# 0: Disabled, 1 (default): Enabled
+cpuopt_recompile_exclusives =
+
# Enable unfuse FMA (improve performance on CPUs without FMA)
# Only enabled if cpu_accuracy is set to Unsafe. Automatically chosen with cpu_accuracy = Auto-select.
# 0: Disabled, 1 (default): Enabled
@@ -199,6 +207,11 @@ cpuopt_unsafe_inaccurate_nan =
# 0: Disabled, 1 (default): Enabled
cpuopt_unsafe_fastmem_check =
+# Enable faster exclusive instructions
+# Only enabled if cpu_accuracy is set to Unsafe. Automatically chosen with cpu_accuracy = Auto-select.
+# 0: Disabled, 1 (default): Enabled
+cpuopt_unsafe_ignore_global_monitor =
+
[Renderer]
# Which backend API to use.
# 0 (default): OpenGL, 1: Vulkan