Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd van der Berg <harekiet@users.sourceforge.net>2002-12-22 23:42:43 +0300
committerSjoerd van der Berg <harekiet@users.sourceforge.net>2002-12-22 23:42:43 +0300
commit26940f77ad6f4e33ae61d2dcae9eadc34aa78ce7 (patch)
tree625f94051b1cffb73ae0da4598b238e343234bc4
parentab44001619aa0af3d0327c592e26243675f4c963 (diff)
Disable GUS startup for now.svn/RELEASE_0_57
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@605
-rw-r--r--src/dosbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosbox.cpp b/src/dosbox.cpp
index 71275e5d1..56087e718 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);