mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-13 00:04:10 +00:00
Fix typo in dynamic-sample-loading settings documentation
This commit is contained in:
parent
7240461e5b
commit
4cfdacd905
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ https://stackoverflow.com/a/6251757
|
||||||
<setting>
|
<setting>
|
||||||
<name>dynamic-sample-loading</name>
|
<name>dynamic-sample-loading</name>
|
||||||
<type>bool</type>
|
<type>bool</type>
|
||||||
<def>0 (TRUE)</def>
|
<def>0 (FALSE)</def>
|
||||||
<desc>
|
<desc>
|
||||||
When set to 1 (TRUE), samples are loaded to and unloaded from memory
|
When set to 1 (TRUE), samples are loaded to and unloaded from memory
|
||||||
on demand.
|
on demand.
|
||||||
|
|
Loading…
Reference in a new issue