scummvm/sound/softsynth
David Turner 641ffa5ee3 Modification to remove false positive "Possible divide by zero" warnings given by cppcheck-1.43.
These are incorrect as '/' operator has precedence over >>, but this does improve readability anyway.

This bug in cppcheck has already been corrected: http://sourceforge.net/apps/trac/cppcheck/ticket/1714

svn-id: r49517
2010-06-08 20:29:33 +00:00
..
mt32 Replace various strncpy usages by strlcpy. 2010-05-05 17:54:12 +00:00
opl Fixing some warnings (with gcc 3.3.6) 2010-04-17 23:19:52 +00:00
adlib.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
emumidi.h Add include guard. 2009-05-27 00:34:31 +00:00
fluidsynth.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
mt32.cpp Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessary buffers. 2010-04-20 18:29:53 +00:00
pcspk.cpp Adding a method to check whether a note currently playing 2007-12-13 23:27:36 +00:00
pcspk.h Adding a method to check whether a note currently playing 2007-12-13 23:27:36 +00:00
sid.cpp Modification to remove false positive "Possible divide by zero" warnings given by cppcheck-1.43. 2010-06-08 20:29:33 +00:00
sid.h Add patch #2839048 - MM C64 sound/music player, with minor changes. 2009-11-26 00:31:19 +00:00
wave6581.cpp SID: Adding DISABLE_SID option, as SID player embiggens binary by a large amount. This is a problem for the DS port. 2010-02-26 17:42:40 +00:00
ym2612.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
ym2612.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00