[Scummvm-cvs-logs] SF.net SVN: scummvm:[39117] scummvm/trunk/engines/sci/sfx/softseq/opl2.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Wed Mar 4 08:46:28 CET 2009
Revision: 39117
http://scummvm.svn.sourceforge.net/scummvm/?rev=39117&view=rev
Author: fingolfin
Date: 2009-03-04 07:46:27 +0000 (Wed, 04 Mar 2009)
Log Message:
-----------
SCI: Added FIXME about Opl2 driver hardcoding sample rate. well, we probably should ditch that one and use our fmopl...
Modified Paths:
--------------
scummvm/trunk/engines/sci/sfx/softseq/opl2.cpp
Modified: scummvm/trunk/engines/sci/sfx/softseq/opl2.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/softseq/opl2.cpp 2009-03-04 07:38:49 UTC (rev 39116)
+++ scummvm/trunk/engines/sci/sfx/softseq/opl2.cpp 2009-03-04 07:46:27 UTC (rev 39117)
@@ -51,6 +51,7 @@
namespace Sci {
+// FIXME: Instead of hardcoding SAMPLE_RATE we should call Mixer::getOutputRate()
#ifdef __DC__
#define SAMPLE_RATE 22050
#define CHANNELS SFX_PCM_MONO
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