mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
2edc3773bc
This fixes some issues which caused the fades in the Miles AdLib driver to not work properly: - _timerRate was not set - end of track meta event was not handled, so active fades were not aborted by deinitializing the source on end of track The timerProc fields and onTimer function were removed because they duplicate functionality from the MidiDriver_Multisource base class.