diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-06 10:42:49 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-06 10:42:49 +0000 |
commit | 3363e2079c5fee09bc65bdad9342571b7fc23dc0 (patch) | |
tree | 0e898ff12fca6aec340e2dc4d4e13cca11fd8101 /Game | |
parent | 27ca028ea19879bb3b109c58bae86b61e60b3370 (diff) | |
download | usdx-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')
-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}
|