diff options
Diffstat (limited to 'src/m_config.c')
-rw-r--r-- | src/m_config.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/m_config.c b/src/m_config.c index e2afe6cc..87079bd5 100644 --- a/src/m_config.c +++ b/src/m_config.c @@ -915,6 +915,20 @@ static default_t extra_defaults_list[] = CONFIG_VARIABLE_STRING(timidity_cfg_path), + //! + // Path to GUS patch files to use when operating in GUS emulation + // mode. + // + + CONFIG_VARIABLE_STRING(gus_patch_path), + + //! + // Number of kilobytes of RAM to use in GUS emulation mode. Valid + // values are 256, 512, 768 or 1024. + // + + CONFIG_VARIABLE_INT(gus_ram_kb), + #endif //! |