diff options
| author | 2019-07-04 15:33:59 -0400 | |
|---|---|---|
| committer | 2019-07-04 15:33:59 -0400 | |
| commit | 3f3a93f13b70959b6ba57b22bf8851b5c88929d4 (patch) | |
| tree | 80e10cc0c85a02d82392b103b51c0e1d94d2adaf /src/core/settings.h | |
| parent | Merge pull request #2555 from lioncash/tls (diff) | |
| parent | yuzu: Remove CPU Jit setting from the UI (diff) | |
| download | yuzu-3f3a93f13b70959b6ba57b22bf8851b5c88929d4.tar.gz yuzu-3f3a93f13b70959b6ba57b22bf8851b5c88929d4.tar.xz yuzu-3f3a93f13b70959b6ba57b22bf8851b5c88929d4.zip | |
Merge pull request #2669 from FearlessTobi/move-cpujit-setting
yuzu: Move CPU Jit setting to Debug tab
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 0e0b4e15c..acf18d653 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -378,7 +378,7 @@ struct Values { | |||
| 378 | std::atomic_bool is_device_reload_pending{true}; | 378 | std::atomic_bool is_device_reload_pending{true}; |
| 379 | 379 | ||
| 380 | // Core | 380 | // Core |
| 381 | bool use_cpu_jit; | 381 | bool cpu_jit_enabled; |
| 382 | bool use_multi_core; | 382 | bool use_multi_core; |
| 383 | 383 | ||
| 384 | // Data Storage | 384 | // Data Storage |