From 77390f861e91fe26fd9dddb46dc3870877797e67 Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Tue, 9 Dec 2014 22:15:00 +0100 Subject: [PATCH] DSP only if HOST_NO_REC is not enabled --- core/hw/aica/dsp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/aica/dsp.cpp b/core/hw/aica/dsp.cpp index 8dca36f8f..cb852a248 100644 --- a/core/hw/aica/dsp.cpp +++ b/core/hw/aica/dsp.cpp @@ -5,7 +5,7 @@ ALIGN(4096) dsp_t dsp; -#if HOST_OS==OS_WINDOWS +#if HOST_OS==OS_WINDOWS && !defined(HOST_NO_REC) #include "emitter/x86_emitter.h" const bool SUPPORT_NOFL=false;