mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
sfx_t is now private, and cd_file no longer accesses channel_t's internals. This is necessary for hiding the code needed to make mixing and channel management *properly* lock-free (I've been getting away with murder thanks to x86's strong memory model and just plain luck with gcc). |
||
---|---|---|
.. | ||
flac.c | ||
Makemodule.am | ||
midi.c | ||
snd_channels.c | ||
snd_dma.c | ||
snd_mem.c | ||
snd_mix.c | ||
snd_resample.c | ||
snd_sfx.c | ||
vorbis.c | ||
wav.c |