1
0
Fork 0
forked from eden-emu/eden

Merge pull request #2669 from FearlessTobi/move-cpujit-setting

yuzu: Move CPU Jit setting to Debug tab
This commit is contained in:
Zach Hilman 2019-07-04 15:33:59 -04:00 committed by GitHub
commit 3f3a93f13b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 36 deletions

View file

@ -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