Don't enable the dsp interpreter if using the dynarec

This commit is contained in:
Flyinghead 2019-01-23 22:59:00 +01:00
parent 8c7f9105a1
commit 1501e2273d
1 changed files with 1 additions and 1 deletions

View File

@ -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