diff options
author | Lioncash <mathew1800@gmail.com> | 2019-07-11 05:52:38 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-07-11 05:59:13 -0400 |
commit | 8fc806e88acb69db6cfa84ad7252a4530b67c55f (patch) | |
tree | 19eeddc1c1e8b3e3a5d031426c517a5f48dcc03a /src/core/settings.h | |
parent | 70624e1c1d16c2ff3b786ec56ec550f699065741 (diff) |
yuzu: Remove setting for using Unicorn
The JIT is mature enough that this setting can be removed, falling back
to Unicorn only on unsupported architectures. Any missing features from
Unicorn (of which there are extremely few), are mostly
developer-oriented, which most users don't care about.
Features should be coordinated with the JIT, not the interpreter,
anyhow.
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index acf18d653..6638ce8f9 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -378,7 +378,6 @@ struct Values { std::atomic_bool is_device_reload_pending{true}; // Core - bool cpu_jit_enabled; bool use_multi_core; // Data Storage |