From 805b21181ab7138da6960ade703b25716120fc29 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 6 Nov 2004 01:41:32 +0000 Subject: Major MT-32 emu overhaul based on KingGuppy's code. o added configure option o mi2 intro doesn't freeze anymore and has no sound glitches o missing instruments in many titles are fixed o numerous memory overwrite bugs are fixed o code is cleaned a lot and splitted into many smaller files o mt32.cpp went to backends/midi o synced with upstream code o reverberation fixed * don't complain about File class wrapper :) * all custom types are back * #pragmas are to do * maybe some indentation is wrong too I prefer smaller commits, but this thing came in one piece. svn-id: r15715 --- dists/msvc7/scummvm.vcproj | 60 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 57 insertions(+), 3 deletions(-) (limited to 'dists/msvc7/scummvm.vcproj') diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index d74ac750ca..d0edb78add 100644 --- a/dists/msvc7/scummvm.vcproj +++ b/dists/msvc7/scummvm.vcproj @@ -460,6 +460,9 @@ + + @@ -472,13 +475,25 @@ + RelativePath="..\..\backends\midi\mt32\file.cpp"> + + + + + + + + + RelativePath="..\..\backends\midi\mt32\part.cpp"> + RelativePath="..\..\backends\midi\mt32\part.h"> @@ -486,6 +501,12 @@ + + + + @@ -495,6 +516,39 @@ + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3