summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-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 =
174# 0: Disabled, 1 (default): Enabled 174# 0: Disabled, 1 (default): Enabled
175cpuopt_fastmem = 175cpuopt_fastmem =
176 176
177# Enable Host MMU Emulation for exclusive memory instructions (faster guest memory access)
178# 0: Disabled, 1 (default): Enabled
179cpuopt_fastmem_exclusives =
180
181# Enable fallback on failure of fastmem of exclusive memory instructions (faster guest memory access)
182# 0: Disabled, 1 (default): Enabled
183cpuopt_recompile_exclusives =
184
177# Enable unfuse FMA (improve performance on CPUs without FMA) 185# Enable unfuse FMA (improve performance on CPUs without FMA)
178# Only enabled if cpu_accuracy is set to Unsafe. Automatically chosen with cpu_accuracy = Auto-select. 186# Only enabled if cpu_accuracy is set to Unsafe. Automatically chosen with cpu_accuracy = Auto-select.
179# 0: Disabled, 1 (default): Enabled 187# 0: Disabled, 1 (default): Enabled
@@ -199,6 +207,11 @@ cpuopt_unsafe_inaccurate_nan =
199# 0: Disabled, 1 (default): Enabled 207# 0: Disabled, 1 (default): Enabled
200cpuopt_unsafe_fastmem_check = 208cpuopt_unsafe_fastmem_check =
201 209
210# Enable faster exclusive instructions
211# Only enabled if cpu_accuracy is set to Unsafe. Automatically chosen with cpu_accuracy = Auto-select.
212# 0: Disabled, 1 (default): Enabled
213cpuopt_unsafe_ignore_global_monitor =
214
202[Renderer] 215[Renderer]
203# Which backend API to use. 216# Which backend API to use.
204# 0 (default): OpenGL, 1: Vulkan 217# 0 (default): OpenGL, 1: Vulkan