Fix build on win x64
This commit is contained in:
parent
8c3247d1b2
commit
02bbdb3ebe
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue