added property for disney
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@649
This commit is contained in:
parent
b2af34aa58
commit
1dc03e1a4c
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue