gzdoom-gles/src/sound/backend
Christoph Oelckers 89d7330ba9 - cleanup of the sound init/exit code.
Now there is only one single entry point for both, instead of previously 2 entry and 4 exit points.
This also eliminates the explicit shutdown of ZMusic. Timidity++'s two buffers have been put in containers that self-destruct on shutdown and calling dumb_exit is not necessary because the only feature requiring it is not used by any code in the music library.
2020-01-05 21:04:09 +01:00
..
efx.h - sorted sound backend code into subdirectories. 2020-01-04 21:32:02 +01:00
i_sound.cpp - cleanup of the sound init/exit code. 2020-01-05 21:04:09 +01:00
i_sound.h - cleanup of the sound init/exit code. 2020-01-05 21:04:09 +01:00
i_soundinternal.h - fixed compilation with XCode and silenced several warnings 2020-01-05 13:38:07 +01:00
oalload.h - sorted sound backend code into subdirectories. 2020-01-04 21:32:02 +01:00
oalsound.cpp - removed the remains of the FModEx-style stream implementation 2020-01-05 14:39:04 +01:00
oalsound.h - removed the remains of the FModEx-style stream implementation 2020-01-05 14:39:04 +01:00