From 277b3078bcd1f655ad54504959091047a496be6c Mon Sep 17 00:00:00 2001 From: Neil Millstone Date: Fri, 26 Feb 2010 17:42:40 +0000 Subject: SID: Adding DISABLE_SID option, as SID player embiggens binary by a large amount. This is a problem for the DS port. svn-id: r48137 --- sound/softsynth/wave6581.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sound/softsynth/wave6581.cpp') diff --git a/sound/softsynth/wave6581.cpp b/sound/softsynth/wave6581.cpp index 29a4962c3c..29998dcd0a 100644 --- a/sound/softsynth/wave6581.cpp +++ b/sound/softsynth/wave6581.cpp @@ -28,6 +28,8 @@ * Copyright (C) 2004 Dag Lem */ +#ifndef DISABLE_SID + #include "sid.h" namespace Resid @@ -2098,3 +2100,4 @@ reg8 WaveformGenerator::wave6581_PST[] = }; } +#endif -- cgit v1.2.3