From 26940f77ad6f4e33ae61d2dcae9eadc34aa78ce7 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 22 Dec 2002 20:42:43 +0000 Subject: [PATCH] Disable GUS startup for now. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@605 --- src/dosbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 71275e5d..56087e71 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -199,7 +199,7 @@ void DOSBOX_Init(void) { secprop->AddInitFunction(&CMS_Init); secprop->Add_bool("cms",false); - secprop=control->AddSection_prop("gus",&GUS_Init); +// secprop=control->AddSection_prop("gus",&GUS_Init); secprop=control->AddSection_prop("disney",&DISNEY_Init);