[Scummvm-cvs-logs] SF.net SVN: scummvm:[48427] scummvm/branches/branch-1-1-0/sound/softsynth/ opl/mame.cpp

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Tue Mar 30 23:32:35 CEST 2010


Revision: 48427
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48427&view=rev
Author:   agent-q
Date:     2010-03-30 21:32:26 +0000 (Tue, 30 Mar 2010)

Log Message:
-----------
DS: Make MAME OPL synth clean up correctly on DS

Modified Paths:
--------------
    scummvm/branches/branch-1-1-0/sound/softsynth/opl/mame.cpp

Modified: scummvm/branches/branch-1-1-0/sound/softsynth/opl/mame.cpp
===================================================================
--- scummvm/branches/branch-1-1-0/sound/softsynth/opl/mame.cpp	2010-03-30 14:16:01 UTC (rev 48426)
+++ scummvm/branches/branch-1-1-0/sound/softsynth/opl/mame.cpp	2010-03-30 21:32:26 UTC (rev 48427)
@@ -754,8 +754,10 @@
 }
 
 static void OPLCloseTable(void) {
+#ifndef __NDS__
 	free(TL_TABLE);
 	free(SIN_TABLE);
+#endif
 	free(AMS_TABLE);
 	free(VIB_TABLE);
 	free(ENV_CURVE);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list