Enable JIT by default

This commit is contained in:
Chips-fr 2015-09-06 17:39:20 +02:00
parent 19defacc2b
commit a551f1e3a9
3 changed files with 4 additions and 2 deletions

View file

@ -153,7 +153,7 @@ class JITActionListener : public gcn::ActionListener
if (chkJIT->isSelected())
{
changed_prefs.cpu_compatible = 0;
changed_prefs.cachesize = 8192;
changed_prefs.cachesize = DEFAULT_JIT_CACHE_SIZE;
}
else
{