mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-06 22:30:20 +00:00
Do all sound decoding in *one* background thread, instead of one thread per decoder.
This commit is contained in:
parent
6ffb668668
commit
f953f2b5ab
4 changed files with 333 additions and 73 deletions
|
@ -382,6 +382,7 @@ SET(BBGE_SRCS
|
|||
${BBGEDIR}/Joystick.cpp
|
||||
${BBGEDIR}/LensFlare.cpp
|
||||
${BBGEDIR}/Math.cpp
|
||||
${BBGEDIR}/MT.cpp
|
||||
${BBGEDIR}/ParticleEffect.cpp
|
||||
${BBGEDIR}/ParticleManager.cpp
|
||||
${BBGEDIR}/Particles.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue