Audio: Allow adjusting BGS and SE volumes via mkxp.conf

This commit is contained in:
Ancurio 2021-09-30 00:28:37 +02:00
parent 24efc4d2f2
commit 9cf5ee54e0
6 changed files with 17 additions and 2 deletions

View file

@ -49,6 +49,9 @@ struct SoundEmitter
/* Indices of sources, sorted by priority (lowest first) */
std::vector<size_t> srcPrio;
/* Constant premultiplier */
float configVolume;
SoundEmitter(const Config &conf);
~SoundEmitter();