add "sleep" setting for CnC1

This commit is contained in:
FunkyFr3sh 2018-09-11 14:20:40 +02:00
parent 77ac049c41
commit 79fe86062f
4 changed files with 16 additions and 3 deletions

View file

@ -98,6 +98,7 @@ typedef struct IDirectDrawImpl
char shader[MAX_PATH];
BOOL autorenderer;
BOOL wine;
int sleep;
} IDirectDrawImpl;