new mixer settings and changed default dir for screenshots
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@744
This commit is contained in:
parent
d24b927f52
commit
08706fc645
1 changed files with 6 additions and 1 deletions
|
@ -176,7 +176,7 @@ void DOSBOX_Init(void) {
|
|||
secprop=control->AddSection_prop("render",&RENDER_Init);
|
||||
secprop->Add_int("frameskip",0);
|
||||
secprop->Add_bool("keepsmall",false);
|
||||
secprop->Add_string("snapshots","snapshots");
|
||||
secprop->Add_string("snapshots","snaps");
|
||||
secprop->Add_string("scaler","none");
|
||||
|
||||
secprop=control->AddSection_prop("cpu",&CPU_Init);
|
||||
|
@ -189,6 +189,11 @@ void DOSBOX_Init(void) {
|
|||
secprop->AddInitFunction(&JOYSTICK_Init);
|
||||
|
||||
secprop=control->AddSection_prop("mixer",&MIXER_Init);
|
||||
secprop->Add_bool("nosound",false);
|
||||
secprop->Add_int("freq",22050);
|
||||
secprop->Add_int("blocksize",2048);
|
||||
secprop->Add_string("wavedir","waves");
|
||||
|
||||
secprop=control->AddSection_prop("midi",&MIDI_Init);
|
||||
#if C_DEBUG
|
||||
secprop=control->AddSection_prop("debug",&DEBUG_Init);
|
||||
|
|
Loading…
Add table
Reference in a new issue