aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2009-03-04 07:46:27 +0000
committerMax Horn2009-03-04 07:46:27 +0000
commitce5c6f3a9526fdbe03cc08be4699639ff4ebb749 (patch)
treead50495c2b70817cccde70f1f45d6618654d13c8 /engines
parentac2d012ae5ee9b7d7431432f2ce312d9f0b8e391 (diff)
downloadscummvm-rg350-ce5c6f3a9526fdbe03cc08be4699639ff4ebb749.tar.gz
scummvm-rg350-ce5c6f3a9526fdbe03cc08be4699639ff4ebb749.tar.bz2
scummvm-rg350-ce5c6f3a9526fdbe03cc08be4699639ff4ebb749.zip
SCI: Added FIXME about Opl2 driver hardcoding sample rate. well, we probably should ditch that one and use our fmopl...
svn-id: r39117
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/sfx/softseq/opl2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sfx/softseq/opl2.cpp b/engines/sci/sfx/softseq/opl2.cpp
index 71f6dbe186..e228b9e963 100644
--- a/engines/sci/sfx/softseq/opl2.cpp
+++ b/engines/sci/sfx/softseq/opl2.cpp
@@ -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