diff options
| author | 2021-01-02 17:36:02 +0000 | |
|---|---|---|
| committer | 2021-01-02 20:13:21 +0000 | |
| commit | 57c9da1b397b7d19b604f318502a881db87f0ba4 (patch) | |
| tree | 0e00979bbab0dd7939d0184e4e95c4ba1e8e5fa7 /src/core/settings.h | |
| parent | Merge pull request #5209 from Morph1984/refactor-controller-connect (diff) | |
| download | yuzu-57c9da1b397b7d19b604f318502a881db87f0ba4.tar.gz yuzu-57c9da1b397b7d19b604f318502a881db87f0ba4.tar.xz yuzu-57c9da1b397b7d19b604f318502a881db87f0ba4.zip | |
dynarmic: Add Unsafe_InaccurateNaN optimization
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 0cd3c0c84..66edc4e48 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -131,6 +131,7 @@ struct Values { | |||
| 131 | 131 | ||
| 132 | bool cpuopt_unsafe_unfuse_fma; | 132 | bool cpuopt_unsafe_unfuse_fma; |
| 133 | bool cpuopt_unsafe_reduce_fp_error; | 133 | bool cpuopt_unsafe_reduce_fp_error; |
| 134 | bool cpuopt_unsafe_inaccurate_nan; | ||
| 134 | 135 | ||
| 135 | // Renderer | 136 | // Renderer |
| 136 | Setting<RendererBackend> renderer_backend; | 137 | Setting<RendererBackend> renderer_backend; |