Add configuration trough ddraw.ini

This commit is contained in:
Toni Spets 2010-11-06 21:30:48 +02:00
parent 1521648a6e
commit 423c510a17
4 changed files with 146 additions and 31 deletions

5
main.h
View file

@ -46,6 +46,11 @@ typedef struct IDirectDrawImpl
HRESULT WINAPI (*SetDisplayMode)(DWORD width, DWORD height);
HRESULT WINAPI (*RestoreDisplayMode)(void);
int maxfps;
int width;
int height;
int filter;
HANDLE thread;
BOOL run;
HANDLE ev;