#5 add forcefps bool

This commit is contained in:
FunkyFr3sh 2020-01-23 08:58:22 +01:00
parent da09069d7b
commit 2d94d42e91
5 changed files with 33 additions and 3 deletions

View file

@ -85,6 +85,7 @@ typedef struct IDirectDrawImpl
struct
{
int maxfps;
BOOL forcefps;
int width;
int height;
int bpp;