config: Use simplified checkbox (from Citra) for CPU JIT.

This commit is contained in:
bunnei 2018-03-26 23:01:40 -04:00
parent 5ecf152c8e
commit 94f4009c3b
8 changed files with 33 additions and 46 deletions

View file

@ -121,7 +121,7 @@ struct Values {
std::string touch_device;
// Core
CpuCore cpu_core;
bool use_cpu_jit;
// Data Storage
bool use_virtual_sd;