diff options
Diffstat (limited to 'src/m_config.c')
-rw-r--r-- | src/m_config.c | 9 |
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 //! |