From 02bbdb3ebe15f336951abf7c2fdcee1486dfad9d Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Sun, 29 Jul 2018 21:57:57 +0200 Subject: [PATCH] Fix build on win x64 --- 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 2185d330c..9d100ea73 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 FEAT_DSPREC == DYNAREC_NONE +#if HOST_CPU != CPU_X86 || FEAT_DSPREC != DYNAREC_JIT void AICADSP_Init(struct dsp_t *DSP) {