aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/Makefile
diff options
context:
space:
mode:
authorYotam Barnoy2010-05-23 05:51:32 +0000
committerYotam Barnoy2010-05-23 05:51:32 +0000
commit7a6a2a62eebfea5f09bf86fee3935e1ad031959d (patch)
tree3493d6335b22ba7ef4857366e73531f5007b0c5b /backends/platform/psp/Makefile
parentd04c7a58aa5d72f62f49c5c3246d5e5c0af8920a (diff)
downloadscummvm-rg350-7a6a2a62eebfea5f09bf86fee3935e1ad031959d.tar.gz
scummvm-rg350-7a6a2a62eebfea5f09bf86fee3935e1ad031959d.tar.bz2
scummvm-rg350-7a6a2a62eebfea5f09bf86fee3935e1ad031959d.zip
PSP: switched from SDL's audio to my own thread. Removed needless blocking while playing and made it generally more efficient. To deactivate, simply comment out USE_PSP_AUDIO
svn-id: r49149
Diffstat (limited to 'backends/platform/psp/Makefile')
-rw-r--r--backends/platform/psp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile
index 8e83563d10..6967973da7 100644
--- a/backends/platform/psp/Makefile
+++ b/backends/platform/psp/Makefile
@@ -147,8 +147,8 @@ OBJS := powerman.o \
cursor.o \
trace.o \
psploader.o \
- pspkeyboard.o
-
+ pspkeyboard.o \
+ audio.o
# Include common Scummvm makefile
include $(srcdir)/Makefile.common