diff options
-rw-r--r-- | Game/Code/switches.inc | 7 |
1 files 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}
|