support for loading/saving settings for multiple games via a single settings file
This commit is contained in:
parent
5f1fab04d9
commit
3fa02ac34d
9 changed files with 243 additions and 358 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue