summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorGravatar Liam2022-12-01 22:48:43 -0500
committerGravatar Liam2022-12-02 08:25:45 -0500
commit6072b22a0b9a1d84c389e8231fe4b6a97e60d55f (patch)
tree13fd1e6ec07f4aff50f0bcb41fbb02fb2192ec87 /src/common/settings.h
parentMerge pull request #9367 from lat9nq/occam-ffmpeg (diff)
downloadyuzu-6072b22a0b9a1d84c389e8231fe4b6a97e60d55f.tar.gz
yuzu-6072b22a0b9a1d84c389e8231fe4b6a97e60d55f.tar.xz
yuzu-6072b22a0b9a1d84c389e8231fe4b6a97e60d55f.zip
core: add option to break on unmapped access
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 00e4421f7..c29d6f98b 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -399,6 +399,7 @@ struct Values {
399 Setting<bool> cpuopt_fastmem{true, "cpuopt_fastmem"}; 399 Setting<bool> cpuopt_fastmem{true, "cpuopt_fastmem"};
400 Setting<bool> cpuopt_fastmem_exclusives{true, "cpuopt_fastmem_exclusives"}; 400 Setting<bool> cpuopt_fastmem_exclusives{true, "cpuopt_fastmem_exclusives"};
401 Setting<bool> cpuopt_recompile_exclusives{true, "cpuopt_recompile_exclusives"}; 401 Setting<bool> cpuopt_recompile_exclusives{true, "cpuopt_recompile_exclusives"};
402 Setting<bool> cpuopt_ignore_memory_aborts{true, "cpuopt_ignore_memory_aborts"};
402 403
403 SwitchableSetting<bool> cpuopt_unsafe_unfuse_fma{true, "cpuopt_unsafe_unfuse_fma"}; 404 SwitchableSetting<bool> cpuopt_unsafe_unfuse_fma{true, "cpuopt_unsafe_unfuse_fma"};
404 SwitchableSetting<bool> cpuopt_unsafe_reduce_fp_error{true, "cpuopt_unsafe_reduce_fp_error"}; 405 SwitchableSetting<bool> cpuopt_unsafe_reduce_fp_error{true, "cpuopt_unsafe_reduce_fp_error"};