[Scummvm-cvs-logs] CVS: scummvm/backends/midi/mt32 synth.h,1.5,1.6
Eugene Sandulenko
sev at users.sourceforge.net
Fri Nov 5 18:39:53 CET 2004
Update of /cvsroot/scummvm/scummvm/backends/midi/mt32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3572/backends/midi/mt32
Modified Files:
synth.h
Log Message:
Improve reporting (OSD messages, file open errors) and fix typos.
Forgot to mention:
o waveforms.raw is autogenerated if not present
Index: synth.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/mt32/synth.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- synth.h 6 Nov 2004 01:41:30 -0000 1.5
+++ synth.h 6 Nov 2004 02:20:43 -0000 1.6
@@ -52,8 +52,8 @@
// 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,
More information about the Scummvm-git-logs
mailing list