[Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.18,1.19

Joost Peters joostp at users.sourceforge.net
Sun Jan 1 10:06:02 CET 2006


Update of /cvsroot/scummvm/scummvm/backends
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22596/backends

Modified Files:
	intern.h 
Log Message:
Use 44k1hz output rate on PSP to avoid an unnecessary resampling step.


Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/intern.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- intern.h	11 Dec 2005 19:40:23 -0000	1.18
+++ intern.h	1 Jan 2006 18:04:52 -0000	1.19
@@ -58,6 +58,9 @@
 #elif defined(__PLAYSTATION2__)
 #define SAMPLES_PER_SEC 48000 // the SPU can't handle anything else
 
+#elif defined(__PSP__)
+#define	SAMPLES_PER_SEC	44100
+
 #elif defined(PALMOS_MODE)
 #	ifdef PALMOS_ARM
 #		ifdef COMPILE_ZODIAC





More information about the Scummvm-git-logs mailing list