Merge pull request #6499 from FernandoS27/we-were-on-a-break

Update dynarmic and add new unsafe CPU option.
This commit is contained in:
bunnei 2021-06-21 14:56:08 -07:00 committed by GitHub
commit 3fb11c6e77
8 changed files with 32 additions and 1 deletions

View file

@ -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;