diff options
| author | 2022-12-06 20:20:20 +0000 | |
|---|---|---|
| committer | 2022-12-06 20:20:20 +0000 | |
| commit | e1f5f4bdea084d499a20c6c29902e296224fc5ed (patch) | |
| tree | f725b18f788f13f8e1fa6781caec1cd7570f2d88 /src/yuzu_cmd/default_ini.h | |
| parent | Merge pull request #9393 from liamwhite/more-vulkan (diff) | |
| parent | core: add option to break on unmapped access (diff) | |
| download | yuzu-e1f5f4bdea084d499a20c6c29902e296224fc5ed.tar.gz yuzu-e1f5f4bdea084d499a20c6c29902e296224fc5ed.tar.xz yuzu-e1f5f4bdea084d499a20c6c29902e296224fc5ed.zip | |
Merge pull request #9370 from liamwhite/break-unmapped
core: add option to break on unmapped access
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 5bbc3f532..6fcf04e1b 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -208,6 +208,10 @@ cpuopt_fastmem_exclusives = | |||
| 208 | # 0: Disabled, 1 (default): Enabled | 208 | # 0: Disabled, 1 (default): Enabled |
| 209 | cpuopt_recompile_exclusives = | 209 | cpuopt_recompile_exclusives = |
| 210 | 210 | ||
| 211 | # Enable optimization to ignore invalid memory accesses (faster guest memory access) | ||
| 212 | # 0: Disabled, 1 (default): Enabled | ||
| 213 | cpuopt_ignore_memory_aborts = | ||
| 214 | |||
| 211 | # Enable unfuse FMA (improve performance on CPUs without FMA) | 215 | # Enable unfuse FMA (improve performance on CPUs without FMA) |
| 212 | # Only enabled if cpu_accuracy is set to Unsafe. Automatically chosen with cpu_accuracy = Auto-select. | 216 | # Only enabled if cpu_accuracy is set to Unsafe. Automatically chosen with cpu_accuracy = Auto-select. |
| 213 | # 0: Disabled, 1 (default): Enabled | 217 | # 0: Disabled, 1 (default): Enabled |