#133 add option to save screenshots in a different directory
This commit is contained in:
parent
b8fd6d1f81
commit
c36522d377
3 changed files with 8 additions and 1 deletions
1
inc/dd.h
1
inc/dd.h
|
@ -62,6 +62,7 @@ typedef struct CNCDDRAW
|
|||
DEVMODE mode;
|
||||
struct IDirectDrawSurfaceImpl* primary;
|
||||
char title[128];
|
||||
char screenshot_dir[MAX_PATH];
|
||||
CRITICAL_SECTION cs;
|
||||
|
||||
/* real export from system32\ddraw.dll */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue