aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/mt32
diff options
context:
space:
mode:
authorEugene Sandulenko2004-11-06 02:20:43 +0000
committerEugene Sandulenko2004-11-06 02:20:43 +0000
commitdee673d96e7c18b53745553f18acd1a6b5ac6282 (patch)
tree715a814cc9eb5d87dbfa1b864b3571cf328aff46 /backends/midi/mt32
parent805b21181ab7138da6960ade703b25716120fc29 (diff)
downloadscummvm-rg350-dee673d96e7c18b53745553f18acd1a6b5ac6282.tar.gz
scummvm-rg350-dee673d96e7c18b53745553f18acd1a6b5ac6282.tar.bz2
scummvm-rg350-dee673d96e7c18b53745553f18acd1a6b5ac6282.zip
Improve reporting (OSD messages, file open errors) and fix typos.
Forgot to mention: o waveforms.raw is autogenerated if not present svn-id: r15716
Diffstat (limited to 'backends/midi/mt32')
-rw-r--r--backends/midi/mt32/synth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/midi/mt32/synth.h b/backends/midi/mt32/synth.h
index e181c4d763..8d3305e0d4 100644
--- a/backends/midi/mt32/synth.h
+++ b/backends/midi/mt32/synth.h
@@ -52,8 +52,8 @@ enum ReportType {
// HW spec
ReportType_availableSSE = 6,
ReportType_available3DNow = 7,
- ReportType_asingSSE = 8,
- ReportType_asing3DNow = 9,
+ ReportType_usingSSE = 8,
+ ReportType_using3DNow = 9,
// General info
ReportType_lcdMessage = 10,