diff options
| author | 2018-03-26 23:01:40 -0400 | |
|---|---|---|
| committer | 2018-03-26 23:02:37 -0400 | |
| commit | 94f4009c3be4c7f69eda8af1cb0139dccd5bffa5 (patch) | |
| tree | 170c0dad6412df2d55594593de65460ed56b5c45 /src/core/settings.h | |
| parent | config: Rename is_docked to use_docked_mode to be consistent with other confi... (diff) | |
| download | yuzu-94f4009c3be4c7f69eda8af1cb0139dccd5bffa5.tar.gz yuzu-94f4009c3be4c7f69eda8af1cb0139dccd5bffa5.tar.xz yuzu-94f4009c3be4c7f69eda8af1cb0139dccd5bffa5.zip | |
config: Use simplified checkbox (from Citra) for CPU JIT.
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 eaef47236..fc2b8dae4 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -121,7 +121,7 @@ struct Values { | |||
| 121 | std::string touch_device; | 121 | std::string touch_device; |
| 122 | 122 | ||
| 123 | // Core | 123 | // Core |
| 124 | CpuCore cpu_core; | 124 | bool use_cpu_jit; |
| 125 | 125 | ||
| 126 | // Data Storage | 126 | // Data Storage |
| 127 | bool use_virtual_sd; | 127 | bool use_virtual_sd; |