scaler option added in config file.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@728
This commit is contained in:
parent
3adae7c555
commit
46f8426d76
1 changed files with 3 additions and 2 deletions
|
@ -177,7 +177,8 @@ void DOSBOX_Init(void) {
|
|||
secprop->Add_int("frameskip",0);
|
||||
secprop->Add_bool("keepsmall",false);
|
||||
secprop->Add_string("snapshots","snapshots");
|
||||
|
||||
secprop->Add_string("scaler","none");
|
||||
|
||||
secprop=control->AddSection_prop("cpu",&CPU_Init);
|
||||
secprop->Add_int("cycles",1800);
|
||||
|
||||
|
@ -232,7 +233,7 @@ void DOSBOX_Init(void) {
|
|||
secprop->AddInitFunction(&MSCDEX_Init);
|
||||
|
||||
secline=control->AddSection_line("autoexec",&AUTOEXEC_Init);
|
||||
|
||||
|
||||
control->SetStartUp(&SHELL_Init);
|
||||
|
||||
#if C_FPU
|
||||
|
|
Loading…
Add table
Reference in a new issue