summaryrefslogtreecommitdiff
path: root/src/m_config.c
diff options
context:
space:
mode:
authorSimon Howard2013-03-03 02:01:04 +0000
committerSimon Howard2013-03-03 02:01:04 +0000
commit0cd984759aa3d21b74c596cf930b6002dd425618 (patch)
treed6d2bc564affc93d282d6aab6b524265293f1260 /src/m_config.c
parent93a2cca2c99b9a792a318eca671b1c0d06e6b448 (diff)
downloadchocolate-doom-0cd984759aa3d21b74c596cf930b6002dd425618.tar.gz
chocolate-doom-0cd984759aa3d21b74c596cf930b6002dd425618.tar.bz2
chocolate-doom-0cd984759aa3d21b74c596cf930b6002dd425618.zip
Add configuration file variable to specify path to a Timidity config
file. Subversion-branch: /branches/v2-branch Subversion-revision: 2564
Diffstat (limited to 'src/m_config.c')
-rw-r--r--src/m_config.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/m_config.c b/src/m_config.c
index 3ebc3812..e2afe6cc 100644
--- a/src/m_config.c
+++ b/src/m_config.c
@@ -906,6 +906,15 @@ static default_t extra_defaults_list[] =
CONFIG_VARIABLE_INT(use_libsamplerate),
+ //!
+ // Full path to a Timidity configuration file to use for MIDI
+ // playback. The file will be evaluated from the directory where
+ // it is evaluated, so there is no need to add "dir" commands
+ // into it.
+ //
+
+ CONFIG_VARIABLE_STRING(timidity_cfg_path),
+
#endif
//!