diff options
| author | Ruediger Hanke | 2002-08-22 12:09:06 +0000 |
|---|---|---|
| committer | Ruediger Hanke | 2002-08-22 12:09:06 +0000 |
| commit | 3b090517279b66254f5fba7bc6a3299405763295 (patch) | |
| tree | aa8f0ddd5fb5c5ee5cc8d5c35064aa8eb6273267 /backends/morphos/morphos.cpp | |
| parent | 31f6833f87da3af3c480d0b6e605c3565efef1d0 (diff) | |
| download | scummvm-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.cpp | 1 |
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 }, |
