replace "forcefps=" with "minfps="
This commit is contained in:
parent
f8eebf87fb
commit
7d0e3e8da5
5 changed files with 39 additions and 24 deletions
3
inc/dd.h
3
inc/dd.h
|
@ -54,7 +54,8 @@ typedef struct cnc_ddraw
|
|||
struct
|
||||
{
|
||||
int maxfps;
|
||||
BOOL forcefps;
|
||||
int minfps;
|
||||
DWORD minfps_tick_len;
|
||||
int width;
|
||||
int height;
|
||||
int bpp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue