gzdoom-gles/libraries/zmusic
Christoph Oelckers 7bd8abc074 - fixed crash with non-looping music ending.
In this case it was the song terminating the stream, with the new setup the main music code has to do this itself.
2020-01-05 14:39:09 +01:00
..
decoder - hooked up a few more CVARs and other values the music backend needs to know about and moved the MusInfo base class into zmusic. 2020-01-05 13:37:50 +01:00
mididevices - moved the main music classes to ZMusic 2020-01-05 14:02:12 +01:00
midisources - fixed compilation with XCode and silenced several warnings 2020-01-05 13:38:07 +01:00
musicformats - fixed crash with non-looping music ending. 2020-01-05 14:39:09 +01:00
streamsources - fixed compilation with XCode and silenced several warnings 2020-01-05 13:38:07 +01:00
thirdparty - moved the sound decoding code to the zmusic project. 2020-01-05 12:29:15 +01:00
zmusic - renamed a few functions in the public interface of ZMusic. 2020-01-05 14:39:03 +01:00
CMakeLists.txt - fixed compilation on Windows. 2020-01-05 14:39:08 +01:00
i_module.cpp - moved the sound decoding code to the zmusic project. 2020-01-05 12:29:15 +01:00
i_module.h - moved the sound decoding code to the zmusic project. 2020-01-05 12:29:15 +01:00