support for loading/saving settings for multiple games via a single settings file

This commit is contained in:
FunkyFr3sh 2018-10-25 07:03:01 +02:00
parent 5f1fab04d9
commit 3fa02ac34d
9 changed files with 243 additions and 358 deletions

View file

@ -29,8 +29,11 @@
#define WM_D3D9DEVICELOST WM_USER+113
extern BOOL ShowDriverWarning;
extern int WindowPosX;
extern int WindowPosY;
BOOL detect_cutscene();
DWORD WINAPI render_main(void);
DWORD WINAPI render_soft_main(void);
struct IDirectDrawImpl;