From 4a5104bfcf96c668979b7e8dbcf417e54062445f Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 22 Mar 2012 22:55:30 +0100 Subject: [PATCH] Use a more correct ifdef. --- ssnes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssnes.c b/ssnes.c index 8cd8240c27..37c7b0a173 100644 --- a/ssnes.c +++ b/ssnes.c @@ -325,7 +325,7 @@ static bool audio_flush(const int16_t *data, size_t samples) output_data = g_extern.audio_data.outsamples; output_frames = src_data.output_frames; } -#if !defined(SSNES_CONSOLE) || defined(HAVE_DYLIB) +#ifdef HAVE_DYLIB else { output_data = dsp_output.samples;