#133 add option to save screenshots in a different directory

This commit is contained in:
FunkyFr3sh 2021-12-17 03:16:08 +01:00
parent b8fd6d1f81
commit c36522d377
3 changed files with 8 additions and 1 deletions

View file

@ -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 */