aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/switches.inc
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-06 10:42:49 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-06 10:42:49 +0000
commit3363e2079c5fee09bc65bdad9342571b7fc23dc0 (patch)
tree0e898ff12fca6aec340e2dc4d4e13cca11fd8101 /Game/Code/switches.inc
parent27ca028ea19879bb3b109c58bae86b61e60b3370 (diff)
downloadusdx-3363e2079c5fee09bc65bdad9342571b7fc23dc0.tar.gz
usdx-3363e2079c5fee09bc65bdad9342571b7fc23dc0.tar.xz
usdx-3363e2079c5fee09bc65bdad9342571b7fc23dc0.zip
added projectM switch (disabled by default)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@680 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/switches.inc')
-rw-r--r--Game/Code/switches.inc7
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}