summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_cpu.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2021-06-20 20:40:02 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2021-06-20 20:40:02 +0200
commit22985084655e7422f0093291fa5445c0bbfa8c22 (patch)
tree68710f716b76109581f152b9166d0ea50cff8123 /src/yuzu/configuration/configure_cpu.h
parentMerge pull request #6494 from lat9nq/mingw-fix-fastmem (diff)
downloadyuzu-22985084655e7422f0093291fa5445c0bbfa8c22.tar
yuzu-22985084655e7422f0093291fa5445c0bbfa8c22.tar.gz
yuzu-22985084655e7422f0093291fa5445c0bbfa8c22.tar.bz2
yuzu-22985084655e7422f0093291fa5445c0bbfa8c22.tar.lz
yuzu-22985084655e7422f0093291fa5445c0bbfa8c22.tar.xz
yuzu-22985084655e7422f0093291fa5445c0bbfa8c22.tar.zst
yuzu-22985084655e7422f0093291fa5445c0bbfa8c22.zip
Diffstat (limited to 'src/yuzu/configuration/configure_cpu.h')
-rw-r--r--src/yuzu/configuration/configure_cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_cpu.h b/src/yuzu/configuration/configure_cpu.h
index 57ff2772a..b2b5f1671 100644
--- a/src/yuzu/configuration/configure_cpu.h
+++ b/src/yuzu/configuration/configure_cpu.h
@@ -40,6 +40,7 @@ private:
ConfigurationShared::CheckState cpuopt_unsafe_unfuse_fma;
ConfigurationShared::CheckState cpuopt_unsafe_reduce_fp_error;
+ ConfigurationShared::CheckState cpuopt_unsafe_ignore_standard_fpcr;
ConfigurationShared::CheckState cpuopt_unsafe_inaccurate_nan;
ConfigurationShared::CheckState cpuopt_unsafe_fastmem_check;
};