diff options
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 6d613bf7a..34782c378 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -124,7 +124,11 @@ keyboard_enabled = | |||
| 124 | [Core] | 124 | [Core] |
| 125 | # Whether to use multi-core for CPU emulation | 125 | # Whether to use multi-core for CPU emulation |
| 126 | # 0: Disabled, 1 (default): Enabled | 126 | # 0: Disabled, 1 (default): Enabled |
| 127 | use_multi_core= | 127 | use_multi_core = |
| 128 | |||
| 129 | # Enable extended guest system memory layout (6GB DRAM) | ||
| 130 | # 0 (default): Disabled, 1: Enabled | ||
| 131 | use_extended_memory_layout = | ||
| 128 | 132 | ||
| 129 | [Cpu] | 133 | [Cpu] |
| 130 | # Adjusts various optimizations. | 134 | # Adjusts various optimizations. |
| @@ -174,6 +178,14 @@ cpuopt_reduce_misalign_checks = | |||
| 174 | # 0: Disabled, 1 (default): Enabled | 178 | # 0: Disabled, 1 (default): Enabled |
| 175 | cpuopt_fastmem = | 179 | cpuopt_fastmem = |
| 176 | 180 | ||
| 181 | # Enable Host MMU Emulation for exclusive memory instructions (faster guest memory access) | ||
| 182 | # 0: Disabled, 1 (default): Enabled | ||
| 183 | cpuopt_fastmem_exclusives = | ||
| 184 | |||
| 185 | # Enable fallback on failure of fastmem of exclusive memory instructions (faster guest memory access) | ||
| 186 | # 0: Disabled, 1 (default): Enabled | ||
| 187 | cpuopt_recompile_exclusives = | ||
| 188 | |||
| 177 | # Enable unfuse FMA (improve performance on CPUs without FMA) | 189 | # 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. | 190 | # Only enabled if cpu_accuracy is set to Unsafe. Automatically chosen with cpu_accuracy = Auto-select. |
| 179 | # 0: Disabled, 1 (default): Enabled | 191 | # 0: Disabled, 1 (default): Enabled |
| @@ -199,6 +211,11 @@ cpuopt_unsafe_inaccurate_nan = | |||
| 199 | # 0: Disabled, 1 (default): Enabled | 211 | # 0: Disabled, 1 (default): Enabled |
| 200 | cpuopt_unsafe_fastmem_check = | 212 | cpuopt_unsafe_fastmem_check = |
| 201 | 213 | ||
| 214 | # Enable faster exclusive instructions | ||
| 215 | # Only enabled if cpu_accuracy is set to Unsafe. Automatically chosen with cpu_accuracy = Auto-select. | ||
| 216 | # 0: Disabled, 1 (default): Enabled | ||
| 217 | cpuopt_unsafe_ignore_global_monitor = | ||
| 218 | |||
| 202 | [Renderer] | 219 | [Renderer] |
| 203 | # Which backend API to use. | 220 | # Which backend API to use. |
| 204 | # 0 (default): OpenGL, 1: Vulkan | 221 | # 0 (default): OpenGL, 1: Vulkan |