Audio: Allow adjusting BGS and SE volumes via mkxp.conf
This commit is contained in:
parent
24efc4d2f2
commit
9cf5ee54e0
6 changed files with 17 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue