[Scummvm-cvs-logs] SF.net SVN: scummvm:[50112] scummvm/trunk/backends/platform/psp/mp3.cpp

Bluddy at users.sourceforge.net Bluddy at users.sourceforge.net
Mon Jun 21 15:23:13 CEST 2010


Revision: 50112
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50112&view=rev
Author:   Bluddy
Date:     2010-06-21 13:23:13 +0000 (Mon, 21 Jun 2010)

Log Message:
-----------
PSP: removed default 'using ME' message

Modified Paths:
--------------
    scummvm/trunk/backends/platform/psp/mp3.cpp

Modified: scummvm/trunk/backends/platform/psp/mp3.cpp
===================================================================
--- scummvm/trunk/backends/platform/psp/mp3.cpp	2010-06-21 11:51:19 UTC (rev 50111)
+++ scummvm/trunk/backends/platform/psp/mp3.cpp	2010-06-21 13:23:13 UTC (rev 50112)
@@ -85,13 +85,13 @@
 		}	
     } else {		
         if (sceUtilityLoadAvModule(PSP_AV_MODULE_AVCODEC) < 0) {
-			PSP_ERROR("failed to load AVCODEC module.\n");
+			PSP_ERROR("failed to load AVCODEC module. ME cannot start.\n");
 			_decoderFail = true;
 			return false;
 		}
 	}
 	
-	PSP_INFO_PRINT("Using PSP's ME for MP3\n");	// important to know this is happening
+	PSP_DEBUG_PRINT("Using PSP's ME for MP3\n");	// important to know this is happening
 
 	_decoderInit = true;
 	return true;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list