1
0
Fork 0

added property for disney

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@649
This commit is contained in:
Peter Veenstra 2003-01-20 20:00:28 +00:00
parent b2af34aa58
commit 1dc03e1a4c

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002 The DOSBox Team
* Copyright (C) 2002-2003 The DOSBox Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -202,6 +202,7 @@ void DOSBOX_Init(void) {
// secprop=control->AddSection_prop("gus",&GUS_Init);
secprop=control->AddSection_prop("disney",&DISNEY_Init);
secprop->Add_bool("enabled",true);
secprop=control->AddSection_prop("speaker",&PCSPEAKER_Init);
secprop->Add_bool("enabled",true);