From 7a6a2a62eebfea5f09bf86fee3935e1ad031959d Mon Sep 17 00:00:00 2001 From: Yotam Barnoy Date: Sun, 23 May 2010 05:51:32 +0000 Subject: 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 --- backends/platform/psp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/psp/Makefile') 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 -- cgit v1.2.3