aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/switches.inc
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-20 18:30:46 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-20 18:30:46 +0000
commit5142d64ca5edc5499098513912959834b971e75b (patch)
tree7c8a6944b693dab8c99fec215e696fc16551f178 /Game/Code/switches.inc
parent0e0f6fcc1b26fdb551789b1a2d4d2dc62242ac4d (diff)
downloadusdx-5142d64ca5edc5499098513912959834b971e75b.tar.gz
usdx-5142d64ca5edc5499098513912959834b971e75b.tar.xz
usdx-5142d64ca5edc5499098513912959834b971e75b.zip
- Resampling support added
- DecodeStreams are closed now if they are not used anymore - Fixed the crash that occured when USDX was closed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@875 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/switches.inc')
-rw-r--r--Game/Code/switches.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc
index d0f187bb..33f00ce3 100644
--- a/Game/Code/switches.inc
+++ b/Game/Code/switches.inc
@@ -42,8 +42,8 @@
{$DEFINE UseBASSInput}
{$ELSE}
{$DEFINE UseFFMpegDecoder}
- {$DEFINE UsePortaudioPlayback}
- //{$DEFINE UseSDLPlayback}
+ //{$DEFINE UsePortaudioPlayback}
+ {$DEFINE UseSDLPlayback}
{$DEFINE UsePortaudioInput}
{$DEFINE UsePortmixer}
{$ENDIF}