1
0
Fork 0

render section

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@596
This commit is contained in:
Sjoerd van der Berg 2002-12-22 15:24:02 +00:00
parent 700d1c6e36
commit 4e421529c7

View file

@ -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);