diff options
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 e2ffcaaf7..d8e806a3c 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 |