1
0
Fork 0

Add modified patch for restartable renderer from moe.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2343
This commit is contained in:
Peter Veenstra 2005-10-09 15:50:09 +00:00
parent 420a5a7fd0
commit 7865e50411
2 changed files with 20 additions and 7 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: dosbox.cpp,v 1.87 2005-08-08 13:33:46 c2woody Exp $ */
/* $Id: dosbox.cpp,v 1.88 2005-10-09 15:50:09 qbix79 Exp $ */
#include <stdlib.h>
#include <stdarg.h>
@ -220,7 +220,7 @@ void DOSBOX_Init(void) {
"captures -- Directory where things like wave,midi,screenshot get captured.\n"
);
secprop=control->AddSection_prop("render",&RENDER_Init);
secprop=control->AddSection_prop("render",&RENDER_Init,true);
secprop->Add_int("frameskip",0);
secprop->Add_bool("aspect",false);
secprop->Add_string("scaler","normal2x");