diff options
| author | 2022-12-06 20:20:20 +0000 | |
|---|---|---|
| committer | 2022-12-06 20:20:20 +0000 | |
| commit | e1f5f4bdea084d499a20c6c29902e296224fc5ed (patch) | |
| tree | f725b18f788f13f8e1fa6781caec1cd7570f2d88 /src/common | |
| 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/common')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index c0620066c..29b730cff 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -400,6 +400,7 @@ struct Values { | |||
| 400 | Setting<bool> cpuopt_fastmem{true, "cpuopt_fastmem"}; | 400 | Setting<bool> cpuopt_fastmem{true, "cpuopt_fastmem"}; |
| 401 | Setting<bool> cpuopt_fastmem_exclusives{true, "cpuopt_fastmem_exclusives"}; | 401 | Setting<bool> cpuopt_fastmem_exclusives{true, "cpuopt_fastmem_exclusives"}; |
| 402 | Setting<bool> cpuopt_recompile_exclusives{true, "cpuopt_recompile_exclusives"}; | 402 | Setting<bool> cpuopt_recompile_exclusives{true, "cpuopt_recompile_exclusives"}; |
| 403 | Setting<bool> cpuopt_ignore_memory_aborts{true, "cpuopt_ignore_memory_aborts"}; | ||
| 403 | 404 | ||
| 404 | SwitchableSetting<bool> cpuopt_unsafe_unfuse_fma{true, "cpuopt_unsafe_unfuse_fma"}; | 405 | SwitchableSetting<bool> cpuopt_unsafe_unfuse_fma{true, "cpuopt_unsafe_unfuse_fma"}; |
| 405 | SwitchableSetting<bool> cpuopt_unsafe_reduce_fp_error{true, "cpuopt_unsafe_reduce_fp_error"}; | 406 | SwitchableSetting<bool> cpuopt_unsafe_reduce_fp_error{true, "cpuopt_unsafe_reduce_fp_error"}; |