diff options
author | Zach Hilman <DarkLordZach@users.noreply.github.com> | 2019-07-04 15:33:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-04 15:33:59 -0400 |
commit | 3f3a93f13b70959b6ba57b22bf8851b5c88929d4 (patch) | |
tree | 80e10cc0c85a02d82392b103b51c0e1d94d2adaf /src/core/settings.h | |
parent | 54a02d14fd38282e446a56892a1c45f558ee0e42 (diff) | |
parent | 447bdac298c8a4d71b95996ba44efa9a5fd39e84 (diff) |
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 { std::atomic_bool is_device_reload_pending{true}; // Core - bool use_cpu_jit; + bool cpu_jit_enabled; bool use_multi_core; // Data Storage |