SoundEmitter: Make SE source count configurable
Default is still 6.
This commit is contained in:
parent
5ee62ba0fd
commit
b1ebc655f9
8 changed files with 48 additions and 22 deletions
|
@ -173,6 +173,14 @@
|
|||
# midi.reverb=false
|
||||
|
||||
|
||||
# Number of OpenAL sources to allocate for SE playback.
|
||||
# If there are a lot of sounds playing at the same time
|
||||
# and audibly cutting each other off, try increasing
|
||||
# this number. Maximum: 64.
|
||||
#
|
||||
# SE.sourceCount=6
|
||||
|
||||
|
||||
# Give a hint on which language the game title as
|
||||
# specified in the Game.ini is, useful if the encoding
|
||||
# is being falsely detected. Relevant only if mkxp was
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue