replace "forcefps=" with "minfps="

This commit is contained in:
FunkyFr3sh 2020-10-18 02:40:45 +02:00
parent f8eebf87fb
commit 7d0e3e8da5
5 changed files with 39 additions and 24 deletions

View file

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