1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 13:36:45 -05:00

Update dynarmic and add new unsafe CPU option.

This commit is contained in:
Fernando Sahmkow
2021-06-20 20:40:02 +02:00
parent 03da34b330
commit 2298508465
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;