scummvm/audio
D G Turner 3de51cefd7 AUDIO: Fix GCC Compiler Warning in FM-TOWNS PC-98 Soft Synth
This is another warning of the use of memset to clear a non-trivial
structure / class. This can be removed since the structure is cleared by
the constructor which will be called by the "new" so clearing this again
is redundant.
2019-05-07 22:41:42 +01:00
..
decoders AUDIO: Fix compilation with Clang 2019-02-14 17:45:16 +01:00
mods AUDIO: (Paula) - fix typo 2019-01-27 14:46:09 +01:00
softsynth AUDIO: Fix GCC Compiler Warning in FM-TOWNS PC-98 Soft Synth 2019-05-07 22:41:42 +01:00
adlib.cpp GUI: Use consistent capitalization for options 2018-07-22 21:28:12 +01:00
alsa_opl.cpp
audiostream.cpp
audiostream.h
fmopl.cpp AUDIO: add support for OPL2LPT 2018-04-08 09:17:19 +02:00
fmopl.h
mididrv.cpp BASE: Remove bad casts between incompatible Plugin types 2017-12-03 20:26:38 -06:00
mididrv.h
midiparser.cpp
midiparser.h
midiparser_qt.cpp ALL: Specify the DisposeAfterUse constructor argument for dynamic memory write streams 2017-09-22 07:06:21 +02:00
midiparser_qt.h
midiparser_smf.cpp
midiparser_xmidi.cpp
midiplayer.cpp
midiplayer.h
miles.h
miles_adlib.cpp SCUMM HE: Use Miles AdLib driver 2018-02-04 12:56:06 +01:00
miles_mt32.cpp
mixer.cpp ALL: Use CLIP to clip volumes 2018-05-05 17:57:31 +02:00
mixer.h
mixer_intern.h
module.mk AUDIO: (FM-TOWNS/PC-98) - cleanup 2019-03-07 19:43:44 +01:00
mpu401.cpp
mpu401.h
musicplugin.cpp
musicplugin.h BASE: Remove bad casts between incompatible Plugin types 2017-12-03 20:26:38 -06:00
null.cpp
null.h
opl2lpt.cpp AUDIO: add support for OPL2LPT 2018-04-08 09:17:19 +02:00
rate.cpp
rate.h ALL: Remove obsolete register keyword 2017-12-03 20:27:42 -06:00
rate_arm.cpp
rate_arm_asm.s
timestamp.cpp
timestamp.h