From 1501e2273d33a6210dc9faee2bfc6e8e3eb8ddc2 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Wed, 23 Jan 2019 22:59:00 +0100 Subject: [PATCH] Don't enable the dsp interpreter if using the dynarec --- core/hw/aica/dsp_interp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/aica/dsp_interp.cpp b/core/hw/aica/dsp_interp.cpp index 09b1a74f0..133418fb3 100644 --- a/core/hw/aica/dsp_interp.cpp +++ b/core/hw/aica/dsp_interp.cpp @@ -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