[Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.11,1.12

Robert Göffringmann lavosspawn at users.sourceforge.net
Wed Mar 30 21:35:50 CEST 2005


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

Modified Files:
	intern.h 
Log Message:
Playstation2 Port: initial import

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/intern.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- intern.h	9 Mar 2005 22:21:52 -0000	1.11
+++ intern.h	31 Mar 2005 05:35:02 -0000	1.12
@@ -36,12 +36,15 @@
 extern OSystem *OSystem_MAC_create(int gfx_mode, bool full_screen);
 extern OSystem *OSystem_GP32_create();
 extern OSystem *OSystem_PALMOS_create();
+extern OSystem *OSystem_PS2_create();
 
 
 #ifdef _WIN32_WCE
 #define SAMPLES_PER_SEC 22050
 #define SAMPLES_PER_SEC_OLD 11025
 #define SAMPLES_PER_SEC_NEW 22050
+#elif defined(__PLAYSTATION2__)
+#define SAMPLES_PER_SEC 48000 // the SPU can't handle anything else
 #else
 //#define SAMPLES_PER_SEC 11025
 #define SAMPLES_PER_SEC 22050





More information about the Scummvm-git-logs mailing list