Enable JIT by default
This commit is contained in:
parent
19defacc2b
commit
a551f1e3a9
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue