Fix build on win x64

This commit is contained in:
Flyinghead 2018-07-29 21:57:57 +02:00
parent 8c3247d1b2
commit 02bbdb3ebe
1 changed files with 1 additions and 1 deletions

View File

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