diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2020-08-03 21:00:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 21:00:14 +1000 |
commit | 6c7292de33702aababf60acbc58128bd060f81ab (patch) | |
tree | 668e2d0365852682609764f5ebff600848ef7246 /src/common/common_paths.h | |
parent | 0ca42c806fac7280a14958f28cc0286beb6bc351 (diff) | |
parent | 156bf5b2976b9df3451a06ca32092c252c6f039f (diff) |
Merge pull request #4263 from lat9nq/fix-screencaps-2
screenshots: Option to save screenshots immediately in a specified directory + Linux workaround
Diffstat (limited to 'src/common/common_paths.h')
-rw-r--r-- | src/common/common_paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index 076752d3b..3c593d5f6 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -35,6 +35,7 @@ #define KEYS_DIR "keys" #define LOAD_DIR "load" #define DUMP_DIR "dump" +#define SCREENSHOTS_DIR "screenshots" #define SHADER_DIR "shader" #define LOG_DIR "log" |