From 023ca7962a3a1916c13f834aa63062379a805808 Mon Sep 17 00:00:00 2001 From: Yotam Barnoy Date: Sun, 15 Aug 2010 15:31:24 +0000 Subject: PSP: slight fix to ME MP3 player A bad function call during initialization of a stream was causing rare instances where the ME failed to decode some MP3 data. svn-id: r52101 --- backends/platform/psp/mp3.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backends') diff --git a/backends/platform/psp/mp3.cpp b/backends/platform/psp/mp3.cpp index e25891396b..a2fe9a62f3 100644 --- a/backends/platform/psp/mp3.cpp +++ b/backends/platform/psp/mp3.cpp @@ -213,7 +213,6 @@ int Mp3PspStream::initStream() { bool Mp3PspStream::initStreamME() { // The following will eventually go into the thread - sceAudiocodecReleaseEDRAM(_codecParams); // do we need this? memset(_codecParams, 0, sizeof(_codecParams)); -- cgit v1.2.3