diff options
| -rw-r--r-- | engines/sci/sfx/softseq/opl2.cpp | 1 |
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 |
