aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/adlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/adlib.cpp')
-rw-r--r--audio/softsynth/adlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/adlib.cpp b/audio/softsynth/adlib.cpp
index 98519343b4..49e69ecd57 100644
--- a/audio/softsynth/adlib.cpp
+++ b/audio/softsynth/adlib.cpp
@@ -1434,7 +1434,7 @@ int MidiDriver_ADLIB::open() {
_opl3Mode = false;
}
#endif
- _opl->init(getRate());
+ _opl->init();
_regCache = (byte *)calloc(256, 1);