tweak ticks limiter for nancy drew games
This commit is contained in:
parent
99f388407b
commit
edb0f43091
6 changed files with 36 additions and 28 deletions
|
@ -47,6 +47,7 @@ typedef struct CNCDDRAWCONFIG
|
|||
|
||||
BOOL noactivateapp;
|
||||
int maxgameticks;
|
||||
int limiter_type;
|
||||
int minfps;
|
||||
BOOL nonexclusive;
|
||||
BOOL singlecpu;
|
||||
|
@ -62,7 +63,6 @@ typedef struct CNCDDRAWCONFIG
|
|||
int hook;
|
||||
int guard_lines;
|
||||
int max_resolutions;
|
||||
BOOL limit_bltfast;
|
||||
BOOL lock_surfaces;
|
||||
BOOL allow_wmactivate;
|
||||
BOOL flipclear;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue