Update dynarmic and add new unsafe CPU option.
This commit is contained in:
parent
03da34b330
commit
2298508465
8 changed files with 32 additions and 1 deletions
|
@ -122,6 +122,7 @@ void RestoreGlobalState(bool is_powered_on) {
|
|||
values.cpu_accuracy.SetGlobal(true);
|
||||
values.cpuopt_unsafe_unfuse_fma.SetGlobal(true);
|
||||
values.cpuopt_unsafe_reduce_fp_error.SetGlobal(true);
|
||||
values.cpuopt_unsafe_ignore_standard_fpcr.SetGlobal(true);
|
||||
values.cpuopt_unsafe_inaccurate_nan.SetGlobal(true);
|
||||
values.cpuopt_unsafe_fastmem_check.SetGlobal(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue