dynarmic: Add Unsafe_InaccurateNaN optimization

This commit is contained in:
MerryMage 2021-01-02 17:36:02 +00:00
parent 80f49ed9f1
commit c535205f1c
7 changed files with 27 additions and 1 deletions

View file

@ -131,6 +131,7 @@ struct Values {
bool cpuopt_unsafe_unfuse_fma;
bool cpuopt_unsafe_reduce_fp_error;
bool cpuopt_unsafe_inaccurate_nan;
// Renderer
Setting<RendererBackend> renderer_backend;