aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/switches.inc
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-17 16:43:27 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-17 16:43:27 +0000
commitbb9941b08dda865d2f882e505b4417f37c87ca0c (patch)
tree57c653ce470ea5ff9fdafaeec52a4a46abd49a85 /Game/Code/switches.inc
parent65cd744909a51e2c9adcfbd3bbbeee096b35b111 (diff)
downloadusdx-bb9941b08dda865d2f882e505b4417f37c87ca0c.tar.gz
usdx-bb9941b08dda865d2f882e505b4417f37c87ca0c.tar.xz
usdx-bb9941b08dda865d2f882e505b4417f37c87ca0c.zip
allows switching between projectm 0.9/1.0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@716 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/switches.inc9
1 files changed, 7 insertions, 2 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc
index 540ba068..84aebbf5 100644
--- a/Game/Code/switches.inc
+++ b/Game/Code/switches.inc
@@ -39,7 +39,7 @@
//{$DEFINE UsePortaudio}
//{$DEFINE UsePortmixer}
- {$DEFINE UseProjectM}
+ {$DEFINE UseProjectM_0_9}
{$IFDEF DEBUG}
{$IFNDEF DARWIN}
@@ -49,9 +49,14 @@
{$ELSE}
//{$DEFINE FFMpegAudio}
// {$DEFINE UsePortaudio}
- {$DEFINE UseProjectM}
+ {$DEFINE UseProjectM_0_9}
{$ENDIF}
{$IF Defined(UseBASSInput) or Defined(UseBASSOutput)}
{$DEFINE UseBASS}
{$IFEND}
+
+{$IF Defined(UseProjectM_0_9) or Defined(UseProjectM_1_0)}
+ {$DEFINE UseProjectM}
+{$IFEND}
+