Don't enable the dsp interpreter if using the dynarec
This commit is contained in:
parent
8c7f9105a1
commit
1501e2273d
|
@ -8,7 +8,7 @@
|
|||
#include "aica_if.h"
|
||||
#include "aica_mem.h"
|
||||
|
||||
#if HOST_CPU != CPU_X86 || FEAT_DSPREC != DYNAREC_JIT
|
||||
#if FEAT_DSPREC != DYNAREC_JIT
|
||||
|
||||
#ifdef RELEASE
|
||||
#undef verify
|
||||
|
|
Loading…
Reference in New Issue