aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.cpp
diff options
context:
space:
mode:
authorRuediger Hanke2002-08-22 12:09:06 +0000
committerRuediger Hanke2002-08-22 12:09:06 +0000
commit3b090517279b66254f5fba7bc6a3299405763295 (patch)
treeaa8f0ddd5fb5c5ee5cc8d5c35064aa8eb6273267 /backends/morphos/morphos.cpp
parent31f6833f87da3af3c480d0b6e605c3565efef1d0 (diff)
downloadscummvm-rg350-3b090517279b66254f5fba7bc6a3299405763295.tar.gz
scummvm-rg350-3b090517279b66254f5fba7bc6a3299405763295.tar.bz2
scummvm-rg350-3b090517279b66254f5fba7bc6a3299405763295.zip
Changed MorphOS MIDI code so that data sent from different threads are no longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited.
svn-id: r4801
Diffstat (limited to 'backends/morphos/morphos.cpp')
-rw-r--r--backends/morphos/morphos.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp
index a949cbfd2f..0c2e9a7fce 100644
--- a/backends/morphos/morphos.cpp
+++ b/backends/morphos/morphos.cpp
@@ -50,6 +50,7 @@
#include <time.h>
#include "morphos.h"
+#include "morphos_sound.h"
#include "morphos_scaler.h"
static TagItem FindCDTags[] = { { CDFA_VolumeName, 0 },