render section
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@596
This commit is contained in:
parent
700d1c6e36
commit
4e421529c7
1 changed files with 3 additions and 1 deletions
|
@ -169,7 +169,9 @@ void DOSBOX_Init(void) {
|
|||
secprop->AddInitFunction(&PROGRAMS_Init);
|
||||
secprop->AddInitFunction(&TIMER_Init);
|
||||
secprop->AddInitFunction(&CMOS_Init);
|
||||
secprop->AddInitFunction(&RENDER_Init);
|
||||
secprop=control->AddSection_prop("render",&RENDER_Init);
|
||||
secprop->Add_int("frameskip",0);
|
||||
secprop->Add_bool("keepsmall",false);
|
||||
secprop->Add_string("snapshots","snapshots");
|
||||
|
||||
secprop=control->AddSection_prop("cpu",&CPU_Init);
|
||||
|
|
Loading…
Add table
Reference in a new issue