diff options
author | bunnei <bunneidev@gmail.com> | 2021-06-21 14:56:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 14:56:08 -0700 |
commit | 0485b8e84bacbf7fd56081822faca46114cbeb85 (patch) | |
tree | 2469aa1fb159c5bd4f5355b9d3d14e808c0c5b00 /src/common/settings.h | |
parent | 2a3d3d3895133c2d1d3588a2f414e3f498388ccd (diff) | |
parent | 22985084655e7422f0093291fa5445c0bbfa8c22 (diff) |
Merge pull request #6499 from FernandoS27/we-were-on-a-break
Update dynarmic and add new unsafe CPU option.
Diffstat (limited to 'src/common/settings.h')
-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 bc3298417..85554eac4 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -129,6 +129,7 @@ struct Values { Setting<bool> cpuopt_unsafe_unfuse_fma; Setting<bool> cpuopt_unsafe_reduce_fp_error; + Setting<bool> cpuopt_unsafe_ignore_standard_fpcr; Setting<bool> cpuopt_unsafe_inaccurate_nan; Setting<bool> cpuopt_unsafe_fastmem_check; |