diff options
author | Yotam Barnoy | 2010-05-23 19:32:56 +0000 |
---|---|---|
committer | Yotam Barnoy | 2010-05-23 19:32:56 +0000 |
commit | 734042a32ce37822551094feac81887743998b6c (patch) | |
tree | 96246d4e8caeb08ff8e7971524491d86c13e30aa /backends/platform/psp | |
parent | e5d239b779ba24e75f1f911b023c6c94b63ffefd (diff) | |
download | scummvm-rg350-734042a32ce37822551094feac81887743998b6c.tar.gz scummvm-rg350-734042a32ce37822551094feac81887743998b6c.tar.bz2 scummvm-rg350-734042a32ce37822551094feac81887743998b6c.zip |
PSP: commented out new PSP audio. Still has some clicking issues
svn-id: r49169
Diffstat (limited to 'backends/platform/psp')
-rw-r--r-- | backends/platform/psp/osys_psp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/psp/osys_psp.cpp b/backends/platform/psp/osys_psp.cpp index f33081abbc..d29196619b 100644 --- a/backends/platform/psp/osys_psp.cpp +++ b/backends/platform/psp/osys_psp.cpp @@ -48,7 +48,7 @@ #include "backends/platform/psp/trace.h" -#define USE_PSP_AUDIO +//#define USE_PSP_AUDIO #define SAMPLES_PER_SEC 44100 |