diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-06-20 20:40:02 +0200 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-06-20 20:40:02 +0200 |
| commit | 22985084655e7422f0093291fa5445c0bbfa8c22 (patch) | |
| tree | 68710f716b76109581f152b9166d0ea50cff8123 /src/common/settings.h | |
| parent | 03da34b330a0386058b25122f89da10a07d65cd0 (diff) | |
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 6198f2d9f..c1a4ce4f6 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; |
