From f3b53778ca850ca0b01ff445000f4f07545b62fc Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 3 Mar 2013 20:29:15 +0000 Subject: Add GUS pseudo-emulation. Subversion-branch: /branches/v2-branch Subversion-revision: 2566 --- src/m_config.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/m_config.c') 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 //! -- cgit v1.2.3