gzdoom-gles/libraries/zmusic/streamsources
Christoph Oelckers 2498fbf2b7 - Moved all music related synchronization to the top level
Most of the synchronization was too deep in the implementation so that it did not guard everything it needed.

Now each song has precisely one mutex which must be locked for all access to its internals - this is done in the public ZMusic interface
2020-01-06 01:30:45 +01:00
..
music_dumb.cpp - Moved all music related synchronization to the top level 2020-01-06 01:30:45 +01:00
music_gme.cpp - Moved all music related synchronization to the top level 2020-01-06 01:30:45 +01:00
music_libsndfile.cpp - Moved all music related synchronization to the top level 2020-01-06 01:30:45 +01:00
music_opl.cpp - moved the stream sources to zmusic project. 2020-01-05 12:32:47 +01:00
music_xa.cpp - fixed compilation with XCode and silenced several warnings 2020-01-05 13:38:07 +01:00
streamsource.h - moved all configuration code to zmusic project. 2020-01-05 12:56:30 +01:00