From 3363e2079c5fee09bc65bdad9342571b7fc23dc0 Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 6 Dec 2007 10:42:49 +0000 Subject: added projectM switch (disabled by default) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@680 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/switches.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc index 15fb31bb..d8d811b6 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -34,10 +34,13 @@ {$IFDEF win32} {$DEFINE UseBASSOutput} -// {$DEFINE UseBASSInput} + {$DEFINE UseBASSInput} - {$DEFINE UsePortaudio} + //{$DEFINE UsePortaudio} //{$DEFINE UsePortmixer} + + //{$DEFINE UseProjectM} + {$IFDEF DEBUG} {$IFNDEF DARWIN} {$APPTYPE CONSOLE} -- cgit v1.2.3