[Scummvm-cvs-logs] CVS: scummvm/sound audiocd.h,1.13.2.1,1.13.2.2
Joost Peters
joostp at users.sourceforge.net
Tue Dec 27 11:59:01 CET 2005
Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29673/sound
Modified Files:
Tag: branch-0-8-0
audiocd.h
Log Message:
backport fixes for bug #1276592 and update NEWS
Index: audiocd.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiocd.h,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -u -d -r1.13.2.1 -r1.13.2.2
--- audiocd.h 18 Oct 2005 02:11:26 -0000 1.13.2.1
+++ audiocd.h 27 Dec 2005 19:58:16 -0000 1.13.2.2
@@ -67,7 +67,12 @@
ExtStatus _cd;
enum {
+#if defined(__PSP__)
+ CACHE_TRACKS = 4 //the PSP can't have more than 8 files open simultaneously
+ //so don't use more than 4 filehandles for CD tracks
+#else
CACHE_TRACKS = 10
+#endif
};
int _cachedTracks[CACHE_TRACKS];
DigitalTrackInfo *_trackInfo[CACHE_TRACKS];
More information about the Scummvm-git-logs
mailing list