From 9192bc4561f09ae50362513439e88ae379b0a271 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 31 Mar 2003 08:30:10 +0000 Subject: [PATCH] No support for GUS Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@852 --- src/dosbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 47e63ac6..5426aa97 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -217,7 +217,7 @@ void DOSBOX_Init(void) { secprop->Add_bool("cms",false); secprop->Add_int("cmsrate",22050); - secprop=control->AddSection_prop("gus",&GUS_Init); +// secprop=control->AddSection_prop("gus",&GUS_Init); secprop=control->AddSection_prop("disney",&DISNEY_Init); secprop->Add_bool("enabled",true);